Uses of Class
seda.sandStorm.lib.aSocket.AUdpSocket

Packages that use AUdpSocket
<Unnamed>   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
 

Uses of AUdpSocket in <Unnamed>
 

Fields in <Unnamed> declared as AUdpSocket
(package private)  AUdpSocket PingpongUDP.sock
           
 

Uses of AUdpSocket in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as AUdpSocket
(package private)  AUdpSocket AUdpCloseRequest.sock
           
(package private)  AUdpSocket AUdpConnectRequest.sock
           
(package private)  AUdpSocket AUdpDisconnectRequest.sock
           
(package private)  AUdpSocket AUdpFlushRequest.sock
           
(package private)  AUdpSocket AUdpStartReadRequest.sock
           
(package private)  AUdpSocket AUdpWriteRequest.sock
           
 AUdpSocket AUdpConnectEvent.theSocket
           
 AUdpSocket AUdpDisconnectEvent.theSocket
           
protected  AUdpSocket DatagramSockState.udpsock
           
 

Methods in seda.sandStorm.lib.aSocket that return AUdpSocket
 AUdpSocket AUdpConnectEvent.getSocket()
          Return the AUdpSocket for which the connect succeeded.
 AUdpSocket AUdpDisconnectEvent.getSocket()
          Return the AUdpSocket for which the disconnect succeeded.
 AUdpSocket AUdpInPacket.getSocket()
          Return the socket from which this packet was received.
 

Methods in seda.sandStorm.lib.aSocket with parameters of type AUdpSocket
protected abstract  DatagramSockState aSocketImplFactory.newDatagramSockState(AUdpSocket sock, java.net.InetAddress addr, int port)
           
 

Constructors in seda.sandStorm.lib.aSocket with parameters of type AUdpSocket
AUdpCloseRequest(AUdpSocket sock, SinkIF compQ)
           
AUdpConnectEvent(AUdpSocket sock)
           
AUdpConnectRequest(AUdpSocket sock, java.net.InetAddress addr, int port)
           
AUdpDisconnectEvent(AUdpSocket sock)
           
AUdpDisconnectRequest(AUdpSocket sock)
           
AUdpFlushRequest(AUdpSocket sock, SinkIF compQ)
           
AUdpInPacket(AUdpSocket sock, java.net.DatagramPacket packet)
           
AUdpInPacket(AUdpSocket sock, java.net.DatagramPacket packet, long seqNum)
           
AUdpStartReadRequest(AUdpSocket sock, SinkIF compQ, int readClogTries)
           
AUdpWriteRequest(AUdpSocket sock, BufferElement buf)
           
 

Uses of AUdpSocket in seda.sandStorm.lib.aSocket.nbio
 

Methods in seda.sandStorm.lib.aSocket.nbio with parameters of type AUdpSocket
protected  DatagramSockState NBIOFactory.newDatagramSockState(AUdpSocket sock, java.net.InetAddress addr, int port)
           
 

Constructors in seda.sandStorm.lib.aSocket.nbio with parameters of type AUdpSocket
DatagramSockState(AUdpSocket sock, java.net.InetAddress addr, int port)
           
 

Uses of AUdpSocket in seda.sandStorm.lib.aSocket.nio
 

Methods in seda.sandStorm.lib.aSocket.nio with parameters of type AUdpSocket
protected  DatagramSockState NIOFactory.newDatagramSockState(AUdpSocket sock, java.net.InetAddress addr, int port)
           
 

Constructors in seda.sandStorm.lib.aSocket.nio with parameters of type AUdpSocket
DatagramSockState(AUdpSocket sock, java.net.InetAddress addr, int port)