| Interface | Description |
|---|---|
| IPayload |
The definition of the different payloads which are defined by the 'type' field of the
UtpPacket |
| Class | Description |
|---|---|
| AbstractEmptyPayload |
Most types defined in
UtpProtocol don't contain any payload bytes. |
| DataPayload |
Data payload which provides the actual application layer data.
|
| FinPayload |
Payload which indicates that this packet is the final packet in terms of sequence number.
|
| ResetPayload |
Created by johnn on 23/04/2016.
|
| StatePayload |
The state message which indicated that a previous packet has correctly been received.
|
| SynPayload |
The payload which indicates that a connection wants to be established.
|
| UtpPayloadFactory |
The class capable of translating the
UtpProtocol constants to IPayload instances. |
Copyright © 2016. All rights reserved.