@UnstableApi public class BinaryMemcacheRequestEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>
Constructor and Description |
---|
BinaryMemcacheRequestEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeHeader(io.netty.buffer.ByteBuf buf,
BinaryMemcacheRequest 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, BinaryMemcacheRequest msg)
AbstractBinaryMemcacheEncoder
encodeHeader
in class AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>
buf
- the ByteBuf
to write into.msg
- the message to encode.Copyright © 2008–2018 The Netty Project. All rights reserved.