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

mdw.sandStorm.lib.aSocket
Class AUdpDisconnectRequest

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

class AUdpDisconnectRequest
extends aSocketRequest
implements QueueElementIF

Request to disconnect a UDP socket.


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

Field Detail

sock

AUdpSocket sock
Constructor Detail

AUdpDisconnectRequest

AUdpDisconnectRequest(AUdpSocket sock)

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