seda.sandStorm.lib.aSocket
Class AUdpFlushRequest

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

public class AUdpFlushRequest
extends aSocketRequest
implements QueueElementIF

Request to flush a connection.


Field Summary
(package private)  SinkIF compQ
           
(package private)  AUdpSocket sock
           
 
Constructor Summary
AUdpFlushRequest(AUdpSocket sock, SinkIF compQ)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sock

AUdpSocket sock

compQ

SinkIF compQ
Constructor Detail

AUdpFlushRequest

public AUdpFlushRequest(AUdpSocket sock,
                        SinkIF compQ)