请参阅: 说明
接口 | 说明 |
---|---|
BinaryMemcacheMessage |
An interface that defines a binary Memcache message, providing common properties for
BinaryMemcacheRequest and BinaryMemcacheResponse . |
BinaryMemcacheRequest |
Represents a full
BinaryMemcacheRequest , which contains the header and optional key and extras. |
BinaryMemcacheResponse |
Represents a full
BinaryMemcacheResponse , which contains the header and optional key and extras. |
FullBinaryMemcacheRequest |
A
BinaryMemcacheRequest that also includes the content. |
FullBinaryMemcacheResponse |
A
BinaryMemcacheResponse that also includes the content. |
类 | 说明 |
---|---|
AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> |
Decoder for both
BinaryMemcacheRequest and BinaryMemcacheResponse . |
AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> |
A
MessageToByteEncoder that encodes binary memcache messages into bytes. |
AbstractBinaryMemcacheMessage |
Default implementation of a
BinaryMemcacheMessage . |
BinaryMemcacheClientCodec |
The client codec that combines the proper encoder and decoder.
|
BinaryMemcacheObjectAggregator |
An object aggregator for the memcache binary protocol.
|
BinaryMemcacheOpcodes |
Represents all Opcodes that can occur in a
BinaryMemcacheMessage . |
BinaryMemcacheRequestDecoder |
The decoder part which takes care of decoding the request-specific headers.
|
BinaryMemcacheRequestEncoder |
The encoder part which takes care of encoding the request headers.
|
BinaryMemcacheResponseDecoder |
The decoder which takes care of decoding the response headers.
|
BinaryMemcacheResponseEncoder |
The encoder which takes care of encoding the response headers.
|
BinaryMemcacheResponseStatus |
Contains all possible status values a
BinaryMemcacheResponse can return. |
BinaryMemcacheServerCodec |
The full server codec that combines the correct encoder and decoder.
|
DefaultBinaryMemcacheRequest |
The default implementation of the
BinaryMemcacheRequest . |
DefaultBinaryMemcacheResponse |
The default implementation of the
BinaryMemcacheResponse . |
DefaultFullBinaryMemcacheRequest |
The default implementation of a
FullBinaryMemcacheRequest . |
DefaultFullBinaryMemcacheResponse |
The default implementation of a
FullBinaryMemcacheResponse . |