Uses of Package
gecco.communication.server

Packages that use gecco.communication.server
gecco.communication.server   
 

Classes in gecco.communication.server used by gecco.communication.server
ClientAmbassador
          The class that implements gecco.server.core.Client, and the only part of the communication package that the server needs to know about
ClientConnection
          A class that keeps track of the 'physical' connection to a client
ClientConnectionHandler
          A class that keep track of all the parts needed for a connection to a client
DataInputExchangeHandler
          a class that sends messages from the server, in the send queue
DataOutputExchangeHandler
          a class that listens for incoming messages from the client, receives them, and tells the server about them
RoleConnection
          A class that represents the connection from the server to a specific role.