seda.sandStorm.lib.aSocket
Class AUdpConnectRequest

java.lang.Object
  extended byseda.sandStorm.lib.aSocket.aSocketRequest
      extended byseda.sandStorm.lib.aSocket.AUdpConnectRequest
All Implemented Interfaces:
QueueElementIF

public class AUdpConnectRequest
extends aSocketRequest
implements QueueElementIF

Request to connect a UDP socket.


Field Summary
(package private)  java.net.InetAddress addr
           
(package private)  int port
           
(package private)  AUdpSocket sock
           
 
Constructor Summary
AUdpConnectRequest(AUdpSocket sock, java.net.InetAddress addr, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sock

AUdpSocket sock

addr

java.net.InetAddress addr

port

int port
Constructor Detail

AUdpConnectRequest

public AUdpConnectRequest(AUdpSocket sock,
                          java.net.InetAddress addr,
                          int port)