Package | Description |
---|---|
py4j | |
py4j.reflection |
Modifier and Type | Method and Description |
---|---|
CallbackClient |
GatewayServer.getCallbackClient() |
CallbackClient |
Gateway.getCallbackClient() |
Constructor and Description |
---|
Gateway(java.lang.Object entryPoint,
CallbackClient cbClient) |
GatewayServer(java.lang.Object entryPoint,
int port,
int connectTimeout,
int readTimeout,
java.util.List<java.lang.Class<? extends Command>> customCommands,
CallbackClient cbClient) |
Constructor and Description |
---|
PythonProxyHandler(java.lang.String id,
CallbackClient cbClient,
Gateway gateway) |