|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gateway | |
|---|---|
| py4j | |
| Uses of Gateway in py4j |
|---|
| Methods in py4j with parameters of type Gateway | |
|---|---|
protected Object |
GatewayServer.createConnection(Gateway gateway,
Socket socket)
|
static Object |
Protocol.getObject(String commandPart,
Gateway gateway)
|
static Object |
Protocol.getPythonProxy(String commandPart,
Gateway gateway)
Assumes that commandPart is not empty. |
static Object |
Protocol.getReference(String commandPart,
Gateway gateway)
Assumes that commandPart is not empty. |
static Object |
Protocol.getReturnValue(String returnMessage,
Gateway gateway)
|
protected void |
GatewayConnection.initCommands(Gateway gateway,
List<Class<? extends py4j.commands.Command>> commandsClazz)
Override this method to initialize custom commands. |
| Constructors in py4j with parameters of type Gateway | |
|---|---|
GatewayConnection(Gateway gateway,
Socket socket)
|
|
GatewayConnection(Gateway gateway,
Socket socket,
List<Class<? extends py4j.commands.Command>> customCommands,
List<GatewayServerListener> listeners)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||