|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.lib.aSocket.ConnectSockState
Internal class used to represent state of a socket while an outgoing connection is pending.
Field Summary | |
(package private) boolean |
completed
|
Constructor Summary | |
(package private) |
ConnectSockState(ATcpConnectRequest req,
SelectSource write_selsource)
|
Method Summary | |
(package private) void |
complete()
|
(package private) void |
error(aSocketErrorEvent error)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
boolean completed
Constructor Detail |
ConnectSockState(ATcpConnectRequest req, SelectSource write_selsource) throws java.io.IOException
Method Detail |
void complete()
void error(aSocketErrorEvent error)
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |