sleep.bridges.io
Class SocketObject.SocketHandler
java.lang.Object
sleep.bridges.io.SocketObject.SocketHandler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SocketObject
public static class SocketObject.SocketHandler
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
script
public ScriptInstance script
function
public SleepClosure function
socket
public SocketObject socket
port
public int port
timeout
public int timeout
host
public String host
callback
public Scalar callback
type
public int type
laddr
public String laddr
lport
public int lport
linger
public int linger
backlog
public int backlog
SocketObject.SocketHandler
public SocketObject.SocketHandler()
start
public void start()
run
public void run()
- Specified by:
run
in interface Runnable