| Package | Description |
|---|---|
| org.jredis.ri.alphazero.connection |
| Class and Description |
|---|
| AsyncConnection.RequestProcessor |
| ChunkedPipelineConnection
WIP NOTES:
|
| ChunkedPipelineConnection.Concurrent2LockQueue.Node |
| ChunkedPipelineConnection.PendingCPRequest
ChunkedPipeline specific of
PendingRequest. |
| ChunkedPipelineConnection.ProtocolHelper.Buffer |
| ChunkedPipelineConnection.ResponseHandler
Provides the response processing logic as a
Runnable. |
| ConnectionBase
This abstract class is responsible for managing the socket connection, and, defining
the template of the Connection for concrete extensions.
|
| PendingRequest
An implementation of
Future for parameteric T type Response
used for processing of pipelined responses from the server. |
| PipelineConnectionBase
Abstract base for all Pipeline connections, providing basically all of the
required functionality for a pipeline with asynchronous semantics.
|
| PipelineConnectionBase.ResponseHandler
Provides the response processing logic as a
Runnable. |