Class SocketServerConnection

  • All Implemented Interfaces:
    ServerConnection

    public class SocketServerConnection
    extends Object
    implements ServerConnection
    Represents a client connection that maintains session state and allows for service fail over. Implements a sticky random selection policy.