| 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 |
| AbstractMemcacheObject | The default MemcacheObject implementation. | Class | io.netty.handler.codec.memcache | Netty |
| AbstractMemcacheObjectAggregator | A ChannelHandler that aggregates an MemcacheMessageand its following MemcacheContents into a single MemcacheMessage with | Class | io.netty.handler.codec.memcache | Netty |
| AbstractMemcacheObjectDecoder | Abstract super class for both ascii and binary decoders. | Class | io.netty.handler.codec.memcache | Netty |
| AbstractMemcacheObjectEncoder | A general purpose AbstractMemcacheObjectEncoder that encodes MemcacheMessages. | Class | io.netty.handler.codec.memcache | 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 |
| DefaultLastMemcacheContent | The default implementation for the LastMemcacheContent. | Class | io.netty.handler.codec.memcache | Netty |
| DefaultMemcacheContent | The default MemcacheContent implementation. | Class | io.netty.handler.codec.memcache | 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 |
| FullMemcacheMessage | Combines MemcacheMessage and LastMemcacheContent into onemessage. | Interface | io.netty.handler.codec.memcache | Netty |
| LastMemcacheContent | The MemcacheContent which signals the end of the content batch. | Interface | io.netty.handler.codec.memcache | Netty |
| MemcacheContent | An Memcache content chunk. | Interface | io.netty.handler.codec.memcache | Netty |
| MemcacheMessage | Marker interface for both ascii and binary messages. | Interface | io.netty.handler.codec.memcache | Netty |
| MemcacheObject | Defines a common interface for all MemcacheObject implementations. | Interface | io.netty.handler.codec.memcache | Netty |