软件包 | 描述 |
---|---|
io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
io.netty.handler.codec.memcache.binary |
Memcache二进制协议的实现和接口。
|
Modifier and Type | Method and Description |
---|---|
FullMemcacheMessage |
FullMemcacheMessage.copy() |
FullMemcacheMessage |
FullMemcacheMessage.duplicate() |
FullMemcacheMessage |
FullMemcacheMessage.replace(ByteBuf content) |
FullMemcacheMessage |
FullMemcacheMessage.retain() |
FullMemcacheMessage |
FullMemcacheMessage.retain(int increment) |
FullMemcacheMessage |
FullMemcacheMessage.retainedDuplicate() |
FullMemcacheMessage |
FullMemcacheMessage.touch() |
FullMemcacheMessage |
FullMemcacheMessage.touch(java.lang.Object hint) |
Modifier and Type | Interface and Description |
---|---|
interface |
FullBinaryMemcacheRequest
一个 BinaryMemcacheRequest 也包含内容。
|
interface |
FullBinaryMemcacheResponse
A还包括内容的 BinaryMemcacheResponse 。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFullBinaryMemcacheRequest
|
class |
DefaultFullBinaryMemcacheResponse
|
Modifier and Type | Method and Description |
---|---|
protected FullMemcacheMessage |
BinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start, ByteBuf content) |
Copyright © 2008–2018 The Netty Project. All rights reserved.