| Package | Description |
|---|---|
| io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinaryMemcacheResponseHeader
The default implementation of a
BinaryMemcacheResponseHeader. |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryMemcacheResponseHeader |
BinaryMemcacheResponseDecoder.decodeHeader(ByteBuf in) |
BinaryMemcacheResponseHeader |
BinaryMemcacheResponse.getHeader()
Returns the
BinaryMemcacheResponseHeader which contains the full required response header. |
BinaryMemcacheResponseHeader |
BinaryMemcacheResponseHeader.setStatus(short status)
Sets the status of the response.
|
BinaryMemcacheResponseHeader |
DefaultBinaryMemcacheResponseHeader.setStatus(short status) |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryMemcacheResponse |
BinaryMemcacheResponseDecoder.buildMessage(BinaryMemcacheResponseHeader header,
ByteBuf extras,
String key) |
protected void |
BinaryMemcacheResponseEncoder.encodeHeader(ByteBuf buf,
BinaryMemcacheResponseHeader header) |
Copyright © 2008–2013 The Netty Project. All rights reserved.