Class SocketClientInstance

  • All Implemented Interfaces:
    ChannelListener, ClientInstance

    public class SocketClientInstance
    extends Object
    implements ChannelListener, ClientInstance
    Sockets implementation of the communication framework class representing the server's view of a client connection. Implements the server-side of the sockets messaging protocol. The client side of the protocol is implemented in SocketServerInstance. Users of this class are expected to provide a WorkerPool for processing incoming messages. Users must also call read(). Users also provide a ServerListener implementation. The ServerListener is the application level object processing the application level messages.