See: Description
Interface | Description |
---|---|
AsyncSocketTransport |
Specifies an Async Socket Transport interface that can be used by
AsyncRedisConnection to connect to a Redis Server. |
ServerInfo |
Identifies a Server.
|
Class | Description |
---|---|
AbstractAsyncSocketTransport |
Provides a base implementation of AsyncSocketTransport which provides connection status handling and a retry mechanism.
|
AsyncJavaSocketTransport |
Java 7 NIO Channel API based default implementation of
AsyncSocketTransport . |
AsyncSocketTransportConfig |
Specifies the Configuration of AsyncSocketTransport.
|
AsyncSocketTransportFactory |
Factory class to create an
AsyncSocketTransport connection to a Redis Server via the getTransport method. |
ConnectionState |
Captures the Connection State for all AsyncSocketTransports connected to a given host and port.
|
ServerInfoComparator |
Compares two ServerInfo Objects by comparing their hosts followed by ports.
|
Enum | Description |
---|---|
ConnectionStatus |
Connection Status.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.