Uses of Class
udt.UDPEndPoint

Packages that use UDPEndPoint
udt   
udt.util   
 

Uses of UDPEndPoint in udt
 

Methods in udt that return UDPEndPoint
 UDPEndPoint UDTSocket.getEndpoint()
           
 UDPEndPoint UDTServerSocket2.getEndpoint()
           
 UDPEndPoint UDTServerSocket.getEndpoint()
           
 UDPEndPoint UDTClient.getEndpoint()
           
 

Constructors in udt with parameters of type UDPEndPoint
ClientSession(UDPEndPoint endPoint, Destination dest)
           
ServerSession(DatagramPacket dp, UDPEndPoint endPoint)
           
UDTClient(UDPEndPoint endpoint)
           
UDTReceiver(UDTSession session, UDPEndPoint endpoint)
          create a receiver with a valid UDTSession
UDTSender(UDTSession session, UDPEndPoint endpoint)
           
UDTServerSocket(UDPEndPoint endpoint)
          create a UDT ServerSocket
UDTSocket(UDPEndPoint endpoint, UDTSession session)
           
 

Uses of UDPEndPoint in udt.util
 

Methods in udt.util with parameters of type UDPEndPoint
static void Util.doHolePunch(UDPEndPoint endpoint, InetAddress client, int clientPort)
          perform UDP hole punching to the specified client by sending a dummy packet.
 



Copyright © 2013 LittleShoot. All Rights Reserved.