Uses of Interface
py4j.Gateway

Packages that use Gateway
py4j   
py4j.examples   
 

Uses of Gateway in py4j
 

Classes in py4j that implement Gateway
 class DefaultGateway
           Provides default implementation of a JavaGateway.
 class DefaultSynchronizedGateway
           
 

Fields in py4j declared as Gateway
protected  Gateway AbstractCommand.gateway
           
 

Methods in py4j with parameters of type Gateway
static Object Protocol.getObject(String commandPart, Gateway gateway)
           
 void AbstractCommand.init(Gateway gateway)
           
 void Command.init(Gateway gateway)
           
protected  void GatewayConnection.initCommands(Gateway gateway)
           
 

Constructors in py4j with parameters of type Gateway
GatewayConnection(GatewayServer gatewayServer, Gateway gateway, Socket socket)
           
GatewayServer(Gateway gateway)
           
GatewayServer(Gateway gateway, int port)
           
GatewayServer(Gateway gateway, int port, int connectTimeout, int readTimeout, boolean acceptOnlyOne)
           
 

Uses of Gateway in py4j.examples
 

Classes in py4j.examples that implement Gateway
 class BufferGateway
           
 class ExampleGateway
           
 class StackGateway