Package | Description |
---|---|
py4j |
Modifier and Type | Class and Description |
---|---|
class |
PythonClient
Subclass of CallbackClient that implements the new threading model,
ensuring that each thread uses its own connection.
|
Modifier and Type | Field and Description |
---|---|
protected Py4JPythonClientPerThread |
ClientServer.pythonClient |
protected Py4JPythonClientPerThread |
ClientServerConnection.pythonClient |
Modifier and Type | Method and Description |
---|---|
protected Py4JPythonClientPerThread |
ClientServer.createPythonClient() |
Modifier and Type | Method and Description |
---|---|
protected Py4JJavaServer |
ClientServer.createJavaServer(java.lang.Object entryPoint,
Py4JPythonClientPerThread pythonClient) |
Constructor and Description |
---|
ClientServerConnection(Gateway gateway,
java.net.Socket socket,
java.util.List<java.lang.Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient,
Py4JJavaServer javaServer,
int readTimeout) |
JavaServer(java.lang.Object entryPoint,
int port,
int connectTimeout,
int readTimeout,
java.util.List<java.lang.Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient) |