public interface Py4JJavaServer
Interface that describes the operations a server must support to receive requests from the Python side.
Modifier and Type | Method and Description |
---|---|
void |
addListener(GatewayServerListener listener) |
Gateway |
getGateway() |
java.util.List<GatewayServerListener> |
getListeners() |
void |
shutdown()
Stops accepting connections, closes all current connections, and calls
Gateway.shutdown() |
java.util.List<GatewayServerListener> getListeners()
Gateway getGateway()
void shutdown()
Stops accepting connections, closes all current connections, and calls
Gateway.shutdown()
void addListener(GatewayServerListener listener)