| Interface | Description |
|---|---|
| ReliableSocketListener |
The listener interface for receiving packet events.
|
| ReliableSocketStateListener |
The listener interface for receiving socket events.
|
| Class | Description |
|---|---|
| ReliableServerSocket |
This class implements server sockets that use the Simple Reliable UDP (RUDP)
protocol.
|
| ReliableSocket |
This class implements client sockets that use the Simple Reliable UDP (RUDP)
protocol for end-to-end communication between two machines.
|
| ReliableSocketOutputStream |
This class extends OutputStream to implement a ReliableSocketOutputStream.
|
| ReliableSocketProfile |
This class specifies the RUDP parameters of a socket.
|