Package com.threerings.presents.server.net

Interface Summary
Connection.MessageHandler Used with Connection.setMessageHandler(com.threerings.presents.server.net.Connection.MessageHandler).
ConnectionManager.PartialWriteHandler Used to handle partial writes in ConnectionManager.writeMessage(com.threerings.presents.server.net.Connection, byte[], com.threerings.presents.server.net.ConnectionManager.PartialWriteHandler).
NetEventHandler When a network event occurs, the connection manager calls the net event handler associated with that channel to process the event.
 

Class Summary
AuthingConnection The authing connection manages the client connection until authentication has completed (for better or for worse).
Connection The base connection class implements the net event handler interface and processes raw incoming network data into a stream of parsed Message objects.
ConnectionManager The connection manager manages the socket on which connections are received.
ServerCommunicator Provides Client Communicator services using non-blocking I/O and the connection manager.