| Interface | Description |
|---|---|
| PresentsConnection.MessageHandler |
| Class | Description |
|---|---|
| AuthingConnection |
The authing connection manages the client connection until authentication has completed (for
better or for worse).
|
| DatagramChannelReader |
Binds datagram connections on a given hostname for a set of ports, and passes datagrams read
off those ports into a connection manager.
|
| PresentsConnection |
Parses incoming network data into a stream of
Message objects, sends messages to the
client and adds datagram support to a connection. |
| PresentsConnectionManager | |
| ServerCommunicator |
Provides Client
Communicator services using non-blocking I/O and the connection manager. |
Copyright © 2015. All rights reserved.