| Modifier and Type | Method and Description |
|---|---|
CallbackClient |
GatewayServer.getCallbackClient() |
CallbackClient |
Gateway.getCallbackClient() |
| Constructor and Description |
|---|
Gateway(Object entryPoint,
CallbackClient cbClient) |
GatewayServer(Object entryPoint,
int port,
int connectTimeout,
int readTimeout,
List<Class<? extends py4j.commands.Command>> customCommands,
CallbackClient cbClient) |