Uses of Class
py4j.GatewayConnection

Uses of GatewayConnection in py4j
 

Methods in py4j that return GatewayConnection
protected  GatewayConnection GatewayServer.createConnection(Gateway gateway, Socket socket)
           
 

Methods in py4j with parameters of type GatewayConnection
 void GatewayServerListener.connectionStarted(GatewayConnection gatewayConnection)
           
 void DefaultGatewayServerListener.connectionStarted(GatewayConnection gatewayConnection)
           
 void GatewayServerListener.connectionStopped(GatewayConnection gatewayConnection)
           
 void GatewayServer.connectionStopped(GatewayConnection gatewayConnection)
           
 void DefaultGatewayServerListener.connectionStopped(GatewayConnection gatewayConnection)
           
protected  void GatewayServer.fireConnectionStarted(GatewayConnection gatewayConnection)