| Class | Description |
|---|---|
| UtpAckHandler |
A class which manages the tracking of which packets are still considered in flight.
|
| UtpInputStream |
Ensures that the received
DataPayload are being read in order. |
| UtpMultiplexer |
This class is capable of multiplexing all
UtpSocket instances on a single DatagramSocket and forwarding the packets to the sockets. |
| UtpOutputStream |
Manages the sending of
DataPayloads to the socket. |
| UtpPacket |
The header section of an UTP packet.
|
| UtpProtocol |
Class containing constants which define the uTP type and version values.
|
| Enum | Description |
|---|---|
| ConnectionState |
The possible connection states of
UtpSocketImpl |
Copyright © 2016. All rights reserved.