Package com.threerings.presents.server.net

Interface Summary
PresentsConnection.MessageHandler Used with PresentsConnection.setMessageHandler(com.threerings.presents.server.net.PresentsConnection.MessageHandler).
 

Class Summary
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.