seda.sandStorm.lib.aSocket
Class ATcpListenRequest

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.aSocketRequest
      extended by seda.sandStorm.lib.aSocket.ATcpListenRequest
All Implemented Interfaces:
QueueElementIF

public class ATcpListenRequest
extends aSocketRequest
implements QueueElementIF

Request to listen on a TCP port.


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

Field Detail

servsock

public ATcpServerSocket servsock

compQ

public SinkIF compQ

port

public int port

writeClogThreshold

public int writeClogThreshold
Constructor Detail

ATcpListenRequest

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