| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
| io.netty.handler.codec.memcache.binary |
Memcache二进制协议的实现和接口。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullMemcacheMessage
将 MemcacheMessage和LastMemcacheContent合并成一条消息。
|
interface |
LastMemcacheContent
MemcacheContent表示内容批处理结束。
|
interface |
MemcacheContent
Memcache内容块。
|
interface |
MemcacheMessage
用于ASCII和二进制消息的标记接口。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemcacheObject
默认的 MemcacheObject实现。
|
class |
DefaultLastMemcacheContent
LastMemcacheContent的默认实现。
|
class |
DefaultMemcacheContent
默认的 MemcacheContent实现。
|
| 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 |
BinaryMemcacheMessage
定义二进制Memcache消息的接口,为 BinaryMemcacheRequest和BinaryMemcacheResponse提供公共属性。
|
interface |
BinaryMemcacheRequest
代表完整的 BinaryMemcacheRequest ,其中包含标题和可选的关键字和附加内容。
|
interface |
BinaryMemcacheResponse
代表完整的 BinaryMemcacheResponse ,其中包含标题和可选的关键字和附加内容。
|
interface |
FullBinaryMemcacheRequest
A BinaryMemcacheRequest也包含内容。
|
interface |
FullBinaryMemcacheResponse
一个 BinaryMemcacheResponse ,也包括内容。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryMemcacheMessage
|
class |
DefaultBinaryMemcacheRequest
BinaryMemcacheRequest的默认实现。
|
class |
DefaultBinaryMemcacheResponse
BinaryMemcacheResponse的默认实现。
|
class |
DefaultFullBinaryMemcacheRequest
|
class |
DefaultFullBinaryMemcacheResponse
The default implementation of a
FullBinaryMemcacheResponse.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BinaryMemcacheObjectAggregator.isStartMessage(MemcacheObject msg) |
Copyright © 2008–2018 The Netty Project. All rights reserved.