| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FullBinaryMemcacheRequest
A
BinaryMemcacheRequest that also includes the content. |
interface |
FullBinaryMemcacheResponse
A
BinaryMemcacheResponse that also includes the content. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFullBinaryMemcacheRequest
The default implementation of a
FullBinaryMemcacheRequest. |
class |
DefaultFullBinaryMemcacheResponse
The default implementation of a
FullBinaryMemcacheResponse. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FullMemcacheMessage |
BinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start,
ByteBuf content) |