|
Class Summary |
| Application |
|
| CircularArray<T> |
Circular array: the most recent value overwrites the oldest one if there is no more free
space in the array |
| MeanThroughput |
holds a floating mean value |
| MeanValue |
holds a floating mean value |
| ReceiveFile |
helper class for receiving a single file via UDT
Intended to be compatible with the C++ version in
the UDT reference implementation
main method USAGE:
java -cp ... |
| SendFile |
helper application for sending a single file via UDT
Intended to be compatible with the C++ version in
the UDT reference implementation
main method USAGE: java -cp .. |
| SendFile.RequestRunner |
|
| StatisticsHistoryEntry |
|
| TestServerSocket |
helper application for sending a single file via UDT
Intended to be compatible with the C++ version in
the UDT reference implementation
main method USAGE: java -cp .. |
| TestServerSocket.RequestRunner |
|
| TestSocket |
helper class for receiving a single file via UDT
Intended to be compatible with the C++ version in
the UDT reference implementation
main method USAGE:
java -cp ... |
| UDTStatistics |
This class is used to keep some statistics about a UDT connection. |
| UDTThreadFactory |
|
| Util |
helper methods |