Package marauroa.server.net


package marauroa.server.net
Network communication.
  • Interface Summary
    Interface
    Description
    This interface provides a callback notification for disconnected clients.
    A Network Server Manager is an active object ( a thread ) that send and receive messages from clients.
    This interface allows ConnectionManagers to talk to the central server manager.
  • Class Summary
    Class
    Description
    This is the implementation of a worker that sends messages, receives them, ...