软件包 | 描述 |
---|---|
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.