@UnstableApi public class BinaryMemcacheRequestEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>
ChannelHandler.Sharable| Constructor and Description |
|---|
BinaryMemcacheRequestEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encodeHeader(ByteBuf buf,
BinaryMemcacheRequest msg)
Encode the header.
|
encodeMessageacceptOutboundMessage, encodewritebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionCaught, handlerAdded, handlerRemovedprotected void encodeHeader(ByteBuf buf, BinaryMemcacheRequest msg)
AbstractBinaryMemcacheEncoderencodeHeader in class AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>buf - the ByteBuf to write into.msg - the message to encode.Copyright © 2008–2025 The Netty Project. All rights reserved.