| Interface | Description |
|---|---|
| ClientConnection.AcceptCallback | |
| ClientConnection.MessageCallback | |
| ClientSerializable | |
| TcpAcceptCallback |
callback object for TcpServer for when a new connection is accepted
|
| Class | Description |
|---|---|
| AOByteBuffer | |
| AOMsgNames | |
| ChannelUtil | |
| ClientConnection | |
| ClientTCPConnection | |
| ClientTCPMessageIO | |
| ClientUDPConnection | |
| PacketAggregator |
Aggregates small packets for a short period of time, in order to
minimize the number of packets processed.
|
| TcpServer |
binds on a port and accepts new connections on its own private thread.
|