|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDTPacket | |
|---|---|
| udt | |
| udt.packets | |
| Uses of UDTPacket in udt |
|---|
| Fields in udt declared as UDTPacket | |
|---|---|
protected UDTPacket |
UDTSession.lastPacket
|
| Methods in udt that return UDTPacket | |
|---|---|
UDTPacket |
ClientSession.getLastPkt()
|
| Methods in udt with parameters of type UDTPacket | |
|---|---|
protected void |
UDPEndPoint.doSend(UDTPacket packet)
|
protected void |
UDTReceiver.processUDTPacket(UDTPacket p)
|
protected void |
UDTSender.receive(UDTPacket p)
|
protected void |
UDTReceiver.receive(UDTPacket p)
|
abstract void |
UDTSession.received(UDTPacket packet,
Destination peer)
|
void |
ServerSession.received(UDTPacket packet,
Destination peer)
|
void |
ClientSession.received(UDTPacket packet,
Destination peer)
|
| Uses of UDTPacket in udt.packets |
|---|
| Classes in udt.packets that implement UDTPacket | |
|---|---|
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 |
ControlPacket
|
class |
DataPacket
|
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 UDTPacket | |
|---|---|
static UDTPacket |
PacketFactory.createPacket(byte[] encodedData)
creates a Control or Data packet depending on the highest bit of the first 32 bit of data |
static UDTPacket |
PacketFactory.createPacket(byte[] encodedData,
int length)
|
| Methods in udt.packets with parameters of type UDTPacket | |
|---|---|
int |
DataPacket.compareTo(UDTPacket other)
|
int |
ControlPacket.compareTo(UDTPacket other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||