Package com.threerings.nio.conman

Interface Summary
ConnectionManager.PartialWriteHandler Used to handle partial writes in ConnectionManager.writeMessage(com.threerings.nio.conman.Connection, byte[], com.threerings.nio.conman.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
ConMgrStats  
Connection Implements the net event handler interface to check for delinquency and manages a client connection.
ConnectionManager Manages socket connections.
ServerSocketChannelAcceptor Binds sockets on a given hostname for a set of ports for tcp connections, and passes accepted connections into a connection manager.