| Subclasses of Application in udt.util |
class |
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 ... |
class |
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 .. |
class |
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 .. |
class |
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 ... |