|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.bridges.io.SocketObject.SocketHandler
public static class SocketObject.SocketHandler
Field Summary | |
---|---|
int |
backlog
|
Scalar |
callback
|
SleepClosure |
function
|
java.lang.String |
host
|
java.lang.String |
laddr
|
int |
linger
|
int |
lport
|
int |
port
|
ScriptInstance |
script
|
SocketObject |
socket
|
int |
timeout
|
int |
type
|
Constructor Summary | |
---|---|
SocketObject.SocketHandler()
|
Method Summary | |
---|---|
void |
run()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ScriptInstance script
public SleepClosure function
public SocketObject socket
public int port
public int timeout
public java.lang.String host
public Scalar callback
public int type
public java.lang.String laddr
public int lport
public int linger
public int backlog
Constructor Detail |
---|
public SocketObject.SocketHandler()
Method Detail |
---|
public void start()
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |