Package | Description |
---|---|
org.jredis.protocol |
This package contains the constructs that reflect the Redis Protocol Specification
TODO: elaborate on the spec requirements.
|
org.jredis.ri.alphazero.connection | |
org.jredis.ri.alphazero.protocol |
Modifier and Type | Method and Description |
---|---|
Protocol |
Protocol.Factory.newProtocol(ConnectionSpec connSpec)
Creates a
Protocol instance for a connection per the specified
ConnectionSpec |
Modifier and Type | Method and Description |
---|---|
protected Protocol |
ConnectionBase.getProtocolHandler() |
protected Protocol |
PipelineConnectionBase.newProtocolHandler()
Pipeline must use a concurrent protocol handler.
|
protected Protocol |
AsyncConnection.newProtocolHandler()
Pipeline must use a concurrent protocol handler.
|
protected Protocol |
ChunkedPipelineConnection.newProtocolHandler()
Pipeline must use a concurrent protocol handler.
|
protected Protocol |
ConnectionBase.newProtocolHandler()
Extension point: child classes may override to return specific
Protocol implementations per their requirements. |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSyncProtocol
This basically extends
SyncProtocol so that the response buffers
are not shared, so that it can be used in multi-threaded environments. |
class |
ProtocolBase
[TODO: document me!]
|
class |
SyncProtocol
[TODO: document me!]
|
Modifier and Type | Method and Description |
---|---|
Protocol |
DefaultProtocolFactory.newProtocol(ConnectionSpec connSpec) |
Copyright © 2009–2015. All rights reserved.