seda.sandStorm.lib.aSocket
Class ATcpStartReadRequest

java.lang.Object
  extended byseda.sandStorm.lib.aSocket.aSocketRequest
      extended byseda.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
(package private) ATcpStartReadRequest(ATcpConnection conn, SinkIF compQ, int readClogTries)
           
 
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)