| 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 |
ClientServerConnection.pythonClient |
protected Py4JPythonClientPerThread |
ClientServer.pythonClient |
| Modifier and Type | Method and Description |
|---|---|
protected Py4JPythonClientPerThread |
ClientServer.createPythonClient() |
| Modifier and Type | Method and Description |
|---|---|
protected Py4JJavaServer |
ClientServer.createJavaServer(Object entryPoint,
Py4JPythonClientPerThread pythonClient) |
| Constructor and Description |
|---|
ClientServerConnection(Gateway gateway,
Socket socket,
List<Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient,
Py4JJavaServer javaServer,
int readTimeout) |
ClientServerConnection(Gateway gateway,
Socket socket,
List<Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient,
Py4JJavaServer javaServer,
int readTimeout,
String authToken) |
JavaServer(Object entryPoint,
int port,
int connectTimeout,
int readTimeout,
List<Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient) |
JavaServer(Object entryPoint,
int port,
int connectTimeout,
int readTimeout,
List<Class<? extends Command>> customCommands,
Py4JPythonClientPerThread pythonClient,
String authToken) |
Copyright © 2018. All rights reserved.