@UnstableApi public class BinaryMemcacheRequestEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>
ChannelHandler.Sharable
构造器和说明 |
---|
BinaryMemcacheRequestEncoder() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
encodeHeader(ByteBuf buf,
BinaryMemcacheRequest msg)
Encode the header.
|
encodeMessage
acceptOutboundMessage, encode
write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exceptionCaught, handlerAdded, handlerRemoved
protected void encodeHeader(ByteBuf buf, BinaryMemcacheRequest msg)
AbstractBinaryMemcacheEncoder
encodeHeader
在类中 AbstractBinaryMemcacheEncoder<BinaryMemcacheRequest>
buf
- the ByteBuf
to write into.msg
- the message to encode.