| Package | Description |
|---|---|
| org.jredis.ri.alphazero.protocol |
| Class and Description |
|---|
| ProtocolBase
[TODO: document me!]
|
| ProtocolBase.StreamBufferRequest
SimpleRequest implements the required
Message.read(InputStream)
using a (likely) shared data buffer. |
| ResponseSupport
Base for all responses.
|
| SyncProtocol
[TODO: document me!]
|
| SyncProtocol.SyncBulkResponse |
| SyncProtocol.SyncLineResponse |
| SyncProtocol.SyncMultiBulkResponse |
| SyncProtocol.SyncMultiLineResponseBase
Abstract base for all multiline responses (as of now, Bulk and MultBulk).
|
| SyncProtocol.SyncResponseBase
Synchronous responses are guaranteed to be contiguous chunks (if the
client of this class is respecting its contract) -- meaning, it can go
ahead and read as much as it can in its first read without busy waiting
or reading one byte at a time.
|
| SyncProtocol.ValueType |