软件包 | 描述 |
---|---|
io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
io.netty.handler.codec.memcache.binary |
Memcache二进制协议的实现和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemcacheObjectAggregator<H extends MemcacheMessage>
|
class |
AbstractMemcacheObjectEncoder<M extends MemcacheMessage>
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullMemcacheMessage
将 MemcacheMessage 和LastMemcacheContent 组合成一条消息。
|
Modifier and Type | Method and Description |
---|---|
MemcacheMessage |
MemcacheMessage.retain()
将引用计数增加
1 。
|
MemcacheMessage |
MemcacheMessage.retain(int increment)
将参考计数增加指定的
increment 。
|
MemcacheMessage |
MemcacheMessage.touch() |
MemcacheMessage |
MemcacheMessage.touch(java.lang.Object hint) |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryMemcacheMessage
定义二进制Memcache消息的接口,为 BinaryMemcacheRequest 和BinaryMemcacheResponse 提供公共属性。
|
interface |
BinaryMemcacheRequest
代表完整的 BinaryMemcacheRequest ,其中包含标题和可选的关键字和附加内容。
|
interface |
BinaryMemcacheResponse
代表完整的 BinaryMemcacheResponse ,其中包含标题和可选的关键字和附加内容。
|
interface |
FullBinaryMemcacheRequest
一个 BinaryMemcacheRequest 也包含内容。
|
interface |
FullBinaryMemcacheResponse
一个 BinaryMemcacheResponse 也包含内容。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryMemcacheMessage
|
class |
DefaultBinaryMemcacheRequest
BinaryMemcacheRequest 的默认实现。
|
class |
DefaultBinaryMemcacheResponse
BinaryMemcacheResponse 的默认实现。
|
class |
DefaultFullBinaryMemcacheRequest
|
class |
DefaultFullBinaryMemcacheResponse
|
Copyright © 2008–2018 The Netty Project. All rights reserved.