More information: http://www.cs.berkeley.edu/~mdw/proj/seda/

mdw.sandStorm.lib.aSocket
Class ListenSockState

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.ListenSockState

class ListenSockState
extends java.lang.Object

Internal class used to represent a server socket listening on a given port.


Field Summary
(package private)  NonblockingServerSocket nbservsock
           
(package private)  ATcpServerSocket servsock
           
(package private)  int writeClogThreshold
           
 
Constructor Summary
(package private) ListenSockState(SelectSource listen_selsource, ATcpListenRequest req)
           
 
Method Summary
(package private)  NonblockingSocket accept()
           
(package private)  void close()
           
(package private)  void complete(ATcpConnection conn)
           
(package private)  void resume()
           
(package private)  void suspend()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servsock

ATcpServerSocket servsock

nbservsock

NonblockingServerSocket nbservsock

writeClogThreshold

int writeClogThreshold
Constructor Detail

ListenSockState

ListenSockState(SelectSource listen_selsource,
                ATcpListenRequest req)
          throws java.io.IOException
Method Detail

accept

NonblockingSocket accept()
                   throws java.io.IOException

suspend

void suspend()

resume

void resume()

close

void close()

complete

void complete(ATcpConnection conn)

More information: http://www.cs.berkeley.edu/~mdw/proj/seda/