Package py4j
Interface Py4JServerConnection
- All Known Implementing Classes:
ClientServerConnection
,GatewayConnection
public interface Py4JServerConnection
-
Method Summary
-
Method Details
-
getSocket
Socket getSocket()- Returns:
- The socket used by this gateway connection.
-
shutdown
void shutdown() -
shutdown
void shutdown(boolean reset)
-