Uses of Class
udt.packets.ControlPacket

Packages that use ControlPacket
udt.packets   
 

Uses of ControlPacket in udt.packets
 

Subclasses of ControlPacket in udt.packets
 class Acknowledgement
          Acknowledgement is sent by the UDTReceiver to the UDTSender to acknowledge receipt of packets
 class Acknowledgment2
          Ack2 is sent by the UDTSender as immediate reply to an Acknowledgement
 class ConnectionHandshake
           
 class KeepAlive
           
 class MessageDropRequest
           
 class NegativeAcknowledgement
          NAK carries information about lost packets loss info is described in the spec on p.15
 class Shutdown
           
 class UserDefined
           
 

Methods in udt.packets that return ControlPacket
static ControlPacket PacketFactory.createControlPacket(byte[] encodedData, int length)
          create the right type of control packet based on the packet data
 



Copyright © 2013 LittleShoot. All Rights Reserved.