com.threerings.nio.conman
Interface ConnectionManager.PartialWriteHandler

All Known Implementing Classes:
ConnectionManager.OverflowQueue
Enclosing class:
ConnectionManager

protected static interface ConnectionManager.PartialWriteHandler

Used to handle partial writes in ConnectionManager.writeMessage(com.threerings.nio.conman.Connection, byte[], com.threerings.nio.conman.ConnectionManager.PartialWriteHandler).


Method Summary
 void handlePartialWrite(Connection conn, ByteBuffer buffer)
           
 

Method Detail

handlePartialWrite

void handlePartialWrite(Connection conn,
                        ByteBuffer buffer)