| Package | Description |
|---|---|
| io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
| Class and Description |
|---|
| AbstractBinaryMemcacheDecoder
Decoder for both
BinaryMemcacheRequest and BinaryMemcacheResponse. |
| AbstractBinaryMemcacheDecoder.State
Contains all states this decoder can possibly be in.
|
| AbstractBinaryMemcacheEncoder
A
MessageToByteEncoder that encodes binary memcache messages into bytes. |
| AbstractBinaryMemcacheMessage
Default implementation of a
BinaryMemcacheMessage. |
| 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. |
| BinaryMemcacheRequestEncoder
The encoder part which takes care of encoding the request headers.
|
| BinaryMemcacheResponse
Represents a full
BinaryMemcacheResponse, which contains the header and optional key and extras. |
| BinaryMemcacheResponseDecoder
The decoder which takes care of decoding the response headers.
|
| DefaultBinaryMemcacheRequest
The default implementation of the
BinaryMemcacheRequest. |
| DefaultBinaryMemcacheResponse
The default implementation of the
BinaryMemcacheResponse. |
| FullBinaryMemcacheRequest
A
BinaryMemcacheRequest that also includes the content. |
| FullBinaryMemcacheResponse
A
BinaryMemcacheResponse that also includes the content. |