| Class | Description |
|---|---|
| ClientIOHandler |
Each TCP connection has a corresponding ClientIOHandler instance.
|
| Connection |
Each Connection instance manages a tcp connection.
|
| NetMgr |
Singleton class to manage all Connection instances
|
| RecordMarkingUtil |
RFC1831: RECORD MARKING STANDARD When RPC messages are passed on top of a
byte stream transport protocol (like TCP), it is necessary to delimit one
message from another in order to detect and possibly recover from protocol
errors.
|
| RPCRecordDecoder |
To receive the entire response.
|
| Enum | Description |
|---|---|
| Connection.State |
Simple enums for communicating connection states.
|