Package client.framework.network

Interface Summary
Communicator An interface that specifies methods for connecting to and communicating with a server.
 

Class Summary
ClientSocketCommunicator This class is a Communicator object that communicates using SocketConnection or UDPDatagramConnection objects for its communication, dependent of whether the transport protocol in use is TCP or UDP, respectively.