More information: http://www.cs.berkeley.edu/~mdw/proj/seda/

mdw.sandStorm.lib.aSocket
Class AUdpFlushRequest

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.aSocketRequest
        |
        +--mdw.sandStorm.lib.aSocket.AUdpFlushRequest
All Implemented Interfaces:
QueueElementIF

class AUdpFlushRequest
extends aSocketRequest
implements QueueElementIF

Request to flush a connection.


Field Summary
(package private)  SinkIF compQ
           
(package private)  AUdpSocket sock
           
 
Constructor Summary
(package private) AUdpFlushRequest(AUdpSocket sock, SinkIF compQ)
           
 
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

AUdpFlushRequest(AUdpSocket sock,
                 SinkIF compQ)

More information: http://www.cs.berkeley.edu/~mdw/proj/seda/