| 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 | Class and Description |
|---|---|
class |
AbstractMemcacheObjectAggregator<H extends MemcacheMessage>
A
ChannelHandler that aggregates an MemcacheMessage
and its following MemcacheContents into a single MemcacheMessage with
no following MemcacheContents. |
class |
AbstractMemcacheObjectEncoder<M extends MemcacheMessage>
A general purpose
AbstractMemcacheObjectEncoder that encodes MemcacheMessages. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullMemcacheMessage
Combines
MemcacheMessage and LastMemcacheContent into one
message. |
| Modifier and Type | Method and Description |
|---|---|
MemcacheMessage |
MemcacheMessage.retain()
Increases the reference count by
1. |
MemcacheMessage |
MemcacheMessage.retain(int increment)
Increases the reference count by the specified
increment. |
MemcacheMessage |
MemcacheMessage.touch() |
MemcacheMessage |
MemcacheMessage.touch(Object hint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryMemcacheMessage
An interface that defines a binary Memcache message, providing common properties for
BinaryMemcacheRequest and BinaryMemcacheResponse. |
interface |
BinaryMemcacheRequest
Represents a full
BinaryMemcacheRequest, which contains the header and optional key and extras. |
interface |
BinaryMemcacheResponse
Represents a full
BinaryMemcacheResponse, which contains the header and optional key and extras. |
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 |
AbstractBinaryMemcacheMessage
Default implementation of a
BinaryMemcacheMessage. |
class |
DefaultBinaryMemcacheRequest
The default implementation of the
BinaryMemcacheRequest. |
class |
DefaultBinaryMemcacheResponse
The default implementation of the
BinaryMemcacheResponse. |
class |
DefaultFullBinaryMemcacheRequest
The default implementation of a
FullBinaryMemcacheRequest. |
class |
DefaultFullBinaryMemcacheResponse
The default implementation of a
FullBinaryMemcacheResponse. |
Copyright © 2008–2015 The Netty Project. All rights reserved.