Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
org.jredis.ri.alphazero.connection |
Modifier and Type | Method and Description |
---|---|
boolean |
Connection.addListener(Connection.Listener connListener)
Connection.Event propagation.
|
boolean |
FaultedConnection.addListener(Connection.Listener connListener) |
boolean |
Connection.removeListener(Connection.Listener connListener)
Optional event propagation method.
|
boolean |
FaultedConnection.removeListener(Connection.Listener connListener) |
Modifier and Type | Class and Description |
---|---|
class |
ChunkedPipelineConnection.ResponseHandler
Provides the response processing logic as a
Runnable . |
class |
HeartbeatJinn
A demon thread tasked with PINGing the associated connection
per its
ConnectionSpec.getHeartbeat() heartbeat interval. |
class |
PipelineConnectionBase.ResponseHandler
Provides the response processing logic as a
Runnable . |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionBase.addListener(Connection.Listener connListener)
Optional
|
boolean |
ConnectionBase.removeListener(Connection.Listener connListener)
Optional
|
Copyright © 2009–2019. All rights reserved.