@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.
|
encodeMessageacceptOutboundMessage, encodebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableprotected void encodeHeader(io.netty.buffer.ByteBuf buf,
BinaryMemcacheResponse msg)
AbstractBinaryMemcacheEncoderencodeHeader in class AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>buf - the ByteBuf to write into.msg - the message to encode.Copyright © 2008–2020 The Netty Project. All rights reserved.