seda.sandStorm.lib.aSocket
Class ATcpCloseRequest

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

public class ATcpCloseRequest
extends aSocketRequest
implements QueueElementIF

Request to close a connection.


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

public SinkIF compQ
Constructor Detail

ATcpCloseRequest

ATcpCloseRequest(ATcpConnection conn,
                 SinkIF compQ)