Package | Description |
---|---|
py4j |
Modifier and Type | Class and Description |
---|---|
class |
JavaServer
This class extends GatewayServer by implementing a new threading model:
a thread always use the same connection to the other side so callbacks are
executed in the calling thread.
|
Modifier and Type | Method and Description |
---|---|
GatewayServer |
GatewayServer.GatewayServerBuilder.build()
Builds a GatewayServer instance using the provided parameters.
|