| Name | Description | Type | Package | Framework |
| AbstractBinaryMemcacheDecoder | Decoder for both BinaryMemcacheRequest and BinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | Netty |
| AbstractBinaryMemcacheEncoder | A MessageToByteEncoder that encodes binary memache messages into bytes. | Class | io.netty.handler.codec.memcache.binary | Netty |
| AbstractBinaryMemcacheMessage | Default implementation of a BinaryMemcacheMessage. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheClientCodec | The client codec that combines the proper encoder and decoder. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheMessage | An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest and BinaryMemcacheResponse. | Interface | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheObjectAggregator | An object aggregator for the memcache binary protocol. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheOpcodes | Represents all Opcodes that can occur in a BinaryMemcacheMessage. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheRequest | Represents a full BinaryMemcacheRequest, which contains the header and optional key and extras. | Interface | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheRequestDecoder | The decoder part which takes care of decoding the request-specific headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheRequestEncoder | The encoder part which takes care of encoding the request headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheResponse | Represents a full BinaryMemcacheResponse, which contains the header and optional key and extras. | Interface | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheResponseDecoder | The decoder which takes care of decoding the response headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheResponseEncoder | The encoder which takes care of encoding the response headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheResponseStatus | Contains all possible status values a BinaryMemcacheResponse can return. | Class | io.netty.handler.codec.memcache.binary | Netty |
| BinaryMemcacheServerCodec | The full server codec that combines the correct encoder and decoder. | Class | io.netty.handler.codec.memcache.binary | Netty |
| DefaultBinaryMemcacheRequest | The default implementation of the BinaryMemcacheRequest. | Class | io.netty.handler.codec.memcache.binary | Netty |
| DefaultBinaryMemcacheResponse | The default implementation of the BinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | Netty |
| DefaultFullBinaryMemcacheRequest | The default implementation of a FullBinaryMemcacheRequest. | Class | io.netty.handler.codec.memcache.binary | Netty |
| DefaultFullBinaryMemcacheResponse | The default implementation of a FullBinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | Netty |
| FullBinaryMemcacheRequest | A BinaryMemcacheRequest that also includes the content. | Interface | io.netty.handler.codec.memcache.binary | Netty |
| FullBinaryMemcacheResponse | A BinaryMemcacheResponse that also includes the content. | Interface | io.netty.handler.codec.memcache.binary | Netty |