Package ks.common.network

Core set of classes needed to support the communication over Sockets between a Client and Server.

See:
          Description

Class Summary
CommunicationAgent Maintains Input and Output streams, and knows how to writeObject to the Output and readObject from Input, on demand.
SimpleClientConnection Base class to manage the client-side of a Socket connection.
SimpleServerConnection Base class to manage the server-side of a Socket connection.
 

Package ks.common.network Description

Core set of classes needed to support the communication over Sockets between a Client and Server.