程序包 | 说明 |
---|---|
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.
|
类和说明 |
---|
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. |
类和说明 |
---|
AbstractMemcacheObject
The default
MemcacheObject implementation. |
AbstractMemcacheObjectAggregator
A
ChannelHandler that aggregates an MemcacheMessage
and its following MemcacheContent s into a single MemcacheMessage with
no following MemcacheContent s. |
AbstractMemcacheObjectDecoder
Abstract super class for both ascii and binary decoders.
|
AbstractMemcacheObjectEncoder
A general purpose
AbstractMemcacheObjectEncoder that encodes MemcacheMessage s. |
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. |