Package | Description |
---|---|
org.aredis.net |
Contains classes used by aredis for NIO based asynchronous socket communication.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionStatus |
AbstractAsyncSocketTransport.connectionStatus
ConnectionStatus of this connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
ConnectionState.checkRetry(AsyncHandler<ConnectionStatus> callBack)
This method is to be called when the getStatus method returns RETRY.
|
ConnectionStatus |
AbstractAsyncSocketTransport.getStatus() |
ConnectionStatus |
AsyncSocketTransport.getStatus()
Returns the Connection Status
|
static ConnectionStatus |
ConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStatus[] |
ConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAsyncSocketTransport.updateConnectionStatus(ConnectionStatus status,
Throwable e)
Method to update the connection status.
|
void |
ConnectionState.updateStatus(ConnectionStatus status,
Throwable exception)
Method called to update the connectionStatus after a successful connection or if an error occurs in connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
ConnectionState.checkRetry(AsyncHandler<ConnectionStatus> callBack)
This method is to be called when the getStatus method returns RETRY.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.