py4j
Class GatewayConnection
java.lang.Object
py4j.GatewayConnection
- All Implemented Interfaces:
- Runnable
public class GatewayConnection
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayConnection
public GatewayConnection(GatewayServer gatewayServer,
Gateway gateway,
Socket socket)
throws IOException
- Throws:
IOException
initCommands
protected void initCommands(Gateway gateway)
run
public void run()
- Specified by:
run
in interface Runnable