Uses of Class
py4j.Gateway

Packages that use Gateway
py4j   
 

Uses of Gateway in py4j
 

Fields in py4j declared as Gateway
protected  Gateway AbstractCommand.gateway
           
 

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)
           
 void AbstractCommand.init(Gateway gateway)
           
 void ShutdownGatewayServerCommand.init(Gateway gateway)
           
 void ReflectionCommand.init(Gateway gateway)
           
 void FieldCommand.init(Gateway gateway)
           
 void Command.init(Gateway gateway)
           Called when a command instance is created and assigned to a connection.
protected  void GatewayConnection.initCommands(Gateway gateway, List<Class<? extends 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 Command>> customCommands)