| Package | Description |
|---|---|
| io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage<H>,H extends BinaryMemcacheMessageHeader>
Decoder for both
BinaryMemcacheRequest and BinaryMemcacheResponse. |
class |
AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage<H>,H extends BinaryMemcacheMessageHeader>
A
MessageToByteEncoder that encodes binary memache messages into bytes. |
| Modifier and Type | Interface and Description |
|---|---|
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<H extends BinaryMemcacheMessageHeader>
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. |
| Modifier and Type | Method and Description |
|---|---|
BinaryMemcacheMessage<H> |
AbstractBinaryMemcacheMessage.retain() |
BinaryMemcacheMessage<H> |
BinaryMemcacheMessage.retain()
Increases the reference count by
1. |
BinaryMemcacheMessage<H> |
AbstractBinaryMemcacheMessage.retain(int increment) |
BinaryMemcacheMessage<H> |
BinaryMemcacheMessage.retain(int increment)
Increases the reference count by the specified
increment. |
Copyright © 2008–2013 The Netty Project. All rights reserved.