seda.sandStorm.lib.aSocket
Class ATcpStartReadRequest

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

 class ATcpStartReadRequest
extends aSocketRequest
implements QueueElementIF

Request to initiate read events on a connection.


Field Summary
(package private)  SinkIF compQ
           
(package private)  ATcpConnection conn
           
(package private)  int readClogTries
           
 
Constructor Summary
ATcpStartReadRequest(ATcpConnection conn, SinkIF compQ, int readClogTries)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conn

ATcpConnection conn

compQ

SinkIF compQ

readClogTries

int readClogTries
Constructor Detail

ATcpStartReadRequest

ATcpStartReadRequest(ATcpConnection conn,
                     SinkIF compQ,
                     int readClogTries)