seda.sandStorm.lib.aSocket
Class AUdpDisconnectRequest

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

public class AUdpDisconnectRequest
extends aSocketRequest
implements QueueElementIF

Request to disconnect a UDP socket.


Field Summary
(package private)  AUdpSocket sock
           
 
Constructor Summary
AUdpDisconnectRequest(AUdpSocket sock)
           
 
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
Constructor Detail

AUdpDisconnectRequest

public AUdpDisconnectRequest(AUdpSocket sock)