@UnstableApi public class BinaryMemcacheResponseEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>
ChannelHandler.Sharable
Constructor and Description |
---|
BinaryMemcacheResponseEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg)
编码标题。
|
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, BinaryMemcacheResponse msg)
AbstractBinaryMemcacheEncoder
encodeHeader
在课堂上
AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>
buf
- 写入ByteBuf
。
msg
- 要编码的消息。
Copyright © 2008–2018 The Netty Project. All rights reserved.