Package | Description |
---|---|
org.aredis.net |
Contains classes used by aredis for NIO based asynchronous socket communication.
|
Modifier and Type | Field and Description |
---|---|
protected AsyncSocketTransportConfig |
AbstractAsyncSocketTransport.config |
Modifier and Type | Method and Description |
---|---|
AsyncSocketTransportConfig |
AsyncSocketTransportConfig.clone()
Creates a copy of this config in case a local change is to be done without affecting other connections.
|
AsyncSocketTransportConfig |
AbstractAsyncSocketTransport.getConfig() |
AsyncSocketTransportConfig |
AsyncSocketTransport.getConfig()
Gets the AsyncSocketTransport config in use.
|
AsyncSocketTransportConfig |
AsyncSocketTransportFactory.getConfig()
Gets Config in use.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAsyncSocketTransport.setConfig(AsyncSocketTransportConfig pconfig) |
void |
AsyncSocketTransport.setConfig(AsyncSocketTransportConfig pconfig)
Sets the AsyncSocketTransport config to use.
|
Constructor and Description |
---|
AsyncSocketTransportFactory(AsyncSocketTransportConfig pconfig)
Create an AsyncSocketTransportFactory.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.