Package | Description |
---|---|
py4j |
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 Command>> customCommands,
CallbackClient cbClient) |