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(GatewayServer server, Gateway gateway, Socket socket)
           
static Object Protocol.getObject(String commandPart, Gateway gateway)
           
 void ReflectionCommand.init(Gateway gateway)
           
 void AbstractCommand.init(Gateway gateway)
           
 void Command.init(Gateway gateway)
          Called when a command instance is created and assigned to a connection.
 void FieldCommand.init(Gateway gateway)
           
protected  void GatewayConnection.initCommands(Gateway gateway)
           Override this method to initialize custom commands.
 

Constructors in py4j with parameters of type Gateway
GatewayConnection(GatewayServer gatewayServer, Gateway gateway, Socket socket)