| 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.
|
| Class and Description |
|---|
| AbstractMemcacheObject
The default
MemcacheObject implementation. |
| DefaultMemcacheContent
The default
MemcacheContent implementation. |
| 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 and Description |
|---|
| AbstractMemcacheObject
The default
MemcacheObject implementation. |
| AbstractMemcacheObjectAggregator
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
A general purpose
AbstractMemcacheObjectEncoder that encodes MemcacheMessages. |
| 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. |
Copyright © 2008–2015 The Netty Project. All rights reserved.