@UnstableApi public class BinaryMemcacheResponseEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>
Constructor and Description |
---|
BinaryMemcacheResponseEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeHeader(io.netty.buffer.ByteBuf buf,
BinaryMemcacheResponse msg)
Encode the header.
|
encodeMessage
acceptOutboundMessage, encode
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
protected void encodeHeader(io.netty.buffer.ByteBuf buf, BinaryMemcacheResponse msg)
AbstractBinaryMemcacheEncoder
encodeHeader
in class AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>
buf
- the ByteBuf
to write into.msg
- the message to encode.Copyright © 2008–2017 The Netty Project. All rights reserved.