|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| CongestionControl | congestion control interface |
| UDTPacket | |
| Class Summary | |
|---|---|
| ClientSession | Keep state of a UDT connection. |
| ServerSession | server side session in client-server mode |
| UDPEndPoint | the UDPEndpoint takes care of sending and receiving UDP network packets,
dispatching them to the correct UDTSession |
| UDTClient | |
| UDTCongestionControl | default UDT congestion control. The algorithm is adapted from the C++ reference implementation. |
| UDTInputStream | The UDTInputStream receives data blocks from the UDTSocket
as they become available, and places them into an ordered,
bounded queue (the flow window) for reading by the application |
| UDTInputStream.AppData | used for storing application data and the associated sequence number in the queue in ascending order |
| UDTOutputStream | UDTOutputStream provides a UDT version of OutputStream |
| UDTReceiver | receiver part of a UDT entity |
| UDTSender | sender part of a UDT entity |
| UDTServerSocket | |
| UDTServerSocket2 | |
| UDTSession | |
| UDTSocket | UDTSocket is analogous to a normal java.net.Socket, it provides input and output streams for the application TODO is it possible to actually extend java.net.Socket ? |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||