Package | Description |
---|---|
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.
|
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(Object hint) |
Modifier and Type | Interface and Description |
---|---|
interface |
FullBinaryMemcacheRequest
A
BinaryMemcacheRequest that also includes the content. |
interface |
FullBinaryMemcacheResponse
A
BinaryMemcacheResponse that also includes the content. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFullBinaryMemcacheRequest
The default implementation of a
FullBinaryMemcacheRequest . |
class |
DefaultFullBinaryMemcacheResponse
The default implementation of a
FullBinaryMemcacheResponse . |
Modifier and Type | Method and Description |
---|---|
protected FullMemcacheMessage |
BinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start,
ByteBuf content) |
Copyright © 2008–2024 The Netty Project. All rights reserved.