seda.sandStorm.lib.aSocket
Class ATcpFlushRequest

java.lang.Object
  extended byseda.sandStorm.lib.aSocket.aSocketRequest
      extended byseda.sandStorm.lib.aSocket.ATcpFlushRequest
All Implemented Interfaces:
QueueElementIF

class ATcpFlushRequest
extends aSocketRequest
implements QueueElementIF

Request to flush a connection.


Field Summary
(package private)  SinkIF compQ
           
(package private)  ATcpConnection conn
           
 
Constructor Summary
(package private) ATcpFlushRequest(ATcpConnection conn, SinkIF compQ)
           
 
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
Constructor Detail

ATcpFlushRequest

ATcpFlushRequest(ATcpConnection conn,
                 SinkIF compQ)