| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultLastMemcacheContentThe default implementation for the  LastMemcacheContent. | 
| Modifier and Type | Field and Description | 
|---|---|
| static LastMemcacheContent | LastMemcacheContent. EMPTY_LAST_CONTENT | 
| Modifier and Type | Method and Description | 
|---|---|
| LastMemcacheContent | DefaultLastMemcacheContent. copy() | 
| LastMemcacheContent | LastMemcacheContent. copy() | 
| LastMemcacheContent | DefaultLastMemcacheContent. duplicate() | 
| LastMemcacheContent | LastMemcacheContent. duplicate() | 
| LastMemcacheContent | DefaultLastMemcacheContent. retain() | 
| LastMemcacheContent | LastMemcacheContent. retain() | 
| LastMemcacheContent | DefaultLastMemcacheContent. retain(int increment) | 
| LastMemcacheContent | LastMemcacheContent. retain(int increment) | 
| LastMemcacheContent | DefaultLastMemcacheContent. touch() | 
| LastMemcacheContent | LastMemcacheContent. touch() | 
| LastMemcacheContent | DefaultLastMemcacheContent. touch(Object hint) | 
| LastMemcacheContent | LastMemcacheContent. touch(Object hint) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FullBinaryMemcacheRequestA  BinaryMemcacheRequestthat also includes the content. | 
| interface  | FullBinaryMemcacheResponseA  BinaryMemcacheResponsethat also includes the content. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultFullBinaryMemcacheRequestThe default implementation of a  FullBinaryMemcacheRequest. | 
| class  | DefaultFullBinaryMemcacheResponseThe default implementation of a  FullBinaryMemcacheResponse. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.