@UnstableApi public abstract class AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> extends AbstractMemcacheObjectEncoder<M>
MessageToByteEncoder that encodes binary memcache messages into bytes.| Constructor and Description |
|---|
AbstractBinaryMemcacheEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
encodeHeader(io.netty.buffer.ByteBuf buf,
M msg)
Encode the header.
|
protected io.netty.buffer.ByteBuf |
encodeMessage(io.netty.channel.ChannelHandlerContext ctx,
M msg)
Take the given
MemcacheMessage and encode it into a writable ByteBuf. |
acceptOutboundMessage, encodebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableprotected io.netty.buffer.ByteBuf encodeMessage(io.netty.channel.ChannelHandlerContext ctx,
M msg)
AbstractMemcacheObjectEncoderMemcacheMessage and encode it into a writable ByteBuf.encodeMessage in class AbstractMemcacheObjectEncoder<M extends BinaryMemcacheMessage>ctx - the channel handler context.msg - the message to encode.ByteBuf representation of the message.protected abstract void encodeHeader(io.netty.buffer.ByteBuf buf,
M msg)
buf - the ByteBuf to write into.msg - the message to encode.Copyright © 2008–2020 The Netty Project. All rights reserved.