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

mdw.sandStorm.lib.aSocket
Class ATcpListenRequest

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.aSocketRequest
        |
        +--mdw.sandStorm.lib.aSocket.ATcpListenRequest
All Implemented Interfaces:
QueueElementIF

class ATcpListenRequest
extends aSocketRequest
implements QueueElementIF

Request to listen on a TCP port.


Field Summary
(package private)  SinkIF compQ
           
(package private)  int port
           
(package private)  ATcpServerSocket servsock
           
(package private)  int writeClogThreshold
           
 
Constructor Summary
(package private) ATcpListenRequest(ATcpServerSocket servsock, int port, SinkIF compQ, int writeClogThreshold)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servsock

ATcpServerSocket servsock

compQ

SinkIF compQ

port

int port

writeClogThreshold

int writeClogThreshold
Constructor Detail

ATcpListenRequest

ATcpListenRequest(ATcpServerSocket servsock,
                  int port,
                  SinkIF compQ,
                  int writeClogThreshold)

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