Package multiverse.server.network

Interface Summary
ClientConnection.AcceptCallback  
ClientConnection.MessageCallback  
TcpAcceptCallback callback object for TcpServer for when a new connection is accepted
 

Class Summary
ChannelUtil  
ClientConnection  
ClientTCPConnection  
ClientTCPMessageIO  
ClientUDPConnection  
MVByteBuffer  
MVMsgNames  
PacketAggregator Aggregates small packets for a short period of time, in order to minimize the number of packets processed.
PacketAggregator.AggregatorStatsThread  
PacketAggregator.SendAggregatorThread  
TcpServer binds on a port and accepts new connections on its own private thread.