See: Description
| Interface | Description |
|---|---|
| FullMemcacheMessage |
Combines
MemcacheMessage and LastMemcacheContent into one
message. |
| LastMemcacheContent |
The
MemcacheContent which signals the end of the content batch. |
| MemcacheContent |
An Memcache content chunk.
|
| MemcacheMessage |
Marker interface for both ascii and binary messages.
|
| MemcacheObject |
Defines a common interface for all
MemcacheObject implementations. |
| Class | Description |
|---|---|
| AbstractMemcacheObject |
The default
MemcacheObject implementation. |
| AbstractMemcacheObjectAggregator<H extends MemcacheMessage> |
A
ChannelHandler that aggregates an MemcacheMessage
and its following MemcacheContents into a single MemcacheMessage with
no following MemcacheContents. |
| AbstractMemcacheObjectDecoder |
Abstract super class for both ascii and binary decoders.
|
| AbstractMemcacheObjectEncoder<M extends MemcacheMessage> |
A general purpose
AbstractMemcacheObjectEncoder that encodes MemcacheMessages. |
| DefaultLastMemcacheContent |
The default implementation for the
LastMemcacheContent. |
| DefaultMemcacheContent |
The default
MemcacheContent implementation. |
Copyright © 2008–2015 The Netty Project. All rights reserved.