py4j
Class GatewayConnection

java.lang.Object
  extended by py4j.GatewayConnection
All Implemented Interfaces:
Runnable

public class GatewayConnection
extends Object
implements Runnable


Constructor Summary
GatewayConnection(GatewayServer gatewayServer, Gateway gateway, Socket socket)
           
 
Method Summary
protected  void initCommands(Gateway gateway)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayConnection

public GatewayConnection(GatewayServer gatewayServer,
                         Gateway gateway,
                         Socket socket)
                  throws IOException
Throws:
IOException
Method Detail

initCommands

protected void initCommands(Gateway gateway)

run

public void run()
Specified by:
run in interface Runnable