| Package | Description | 
|---|---|
| io.netty.handler.codec.memcache | Common superset of ascii and binary classes. | 
| io.netty.handler.codec.memcache.binary | Implementations and Interfaces for the Memcache Binary protocol. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FullMemcacheMessageCombines  MemcacheMessageandLastMemcacheContentinto one
 message. | 
| interface  | LastMemcacheContentThe  MemcacheContentwhich signals the end of the content batch. | 
| interface  | MemcacheContentAn Memcache content chunk. | 
| interface  | MemcacheMessageMarker interface for both ascii and binary messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMemcacheObjectThe default  MemcacheObjectimplementation. | 
| class  | DefaultLastMemcacheContentThe default implementation for the  LastMemcacheContent. | 
| class  | DefaultMemcacheContentThe default  MemcacheContentimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | AbstractMemcacheObjectAggregator. isAggregated(MemcacheObject msg) | 
| protected boolean | AbstractMemcacheObjectAggregator. isContentMessage(MemcacheObject msg) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties for
  BinaryMemcacheRequestandBinaryMemcacheResponse. | 
| interface  | BinaryMemcacheRequestRepresents a full  BinaryMemcacheRequest, which contains the header and optional key and extras. | 
| interface  | BinaryMemcacheResponseRepresents a full  BinaryMemcacheResponse, which contains the header and optional key and extras. | 
| interface  | FullBinaryMemcacheRequestA  BinaryMemcacheRequestthat also includes the content. | 
| interface  | FullBinaryMemcacheResponseA  BinaryMemcacheResponsethat also includes the content. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBinaryMemcacheMessageDefault implementation of a  BinaryMemcacheMessage. | 
| class  | DefaultBinaryMemcacheRequestThe default implementation of the  BinaryMemcacheRequest. | 
| class  | DefaultBinaryMemcacheResponseThe default implementation of the  BinaryMemcacheResponse. | 
| class  | DefaultFullBinaryMemcacheRequestThe default implementation of a  FullBinaryMemcacheRequest. | 
| class  | DefaultFullBinaryMemcacheResponseThe default implementation of a  FullBinaryMemcacheResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | BinaryMemcacheObjectAggregator. isStartMessage(MemcacheObject msg) | 
Copyright © 2008–2025 The Netty Project. All rights reserved.