Uses of Class
udt.packets.Destination

Packages that use Destination
udt   
 

Uses of Destination in udt
 

Fields in udt declared as Destination
protected  Destination UDTSession.destination
          remote UDT entity (address and socket ID)
 

Methods in udt that return Destination
 Destination UDTSession.getDestination()
           
 

Methods in udt with parameters of type Destination
 void UDPEndPoint.addClientSession(Destination peer, UDTSession session)
           
abstract  void UDTSession.received(UDTPacket packet, Destination peer)
           
 void ServerSession.received(UDTPacket packet, Destination peer)
           
 void ClientSession.received(UDTPacket packet, Destination peer)
           
 void UDPEndPoint.removeClientSession(Destination peer)
           
protected  void ServerSession.sendResponseHandShake(ConnectionHandshake handshake, Destination peer)
           
 

Constructors in udt with parameters of type Destination
ClientSession(UDPEndPoint endPoint, Destination dest)
           
UDTSession(String description, Destination destination)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.