public class BinaryMemcacheResponseEncoder extends AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>
ChannelHandler.Sharable, ChannelHandler.Skip| Constructor and Description | 
|---|
| BinaryMemcacheResponseEncoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | encodeHeader(ByteBuf buf,
            BinaryMemcacheResponse msg)Encode the header. | 
encodeMessageacceptOutboundMessage, encodewritebind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggeredprotected void encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg)
AbstractBinaryMemcacheEncoderencodeHeader in class AbstractBinaryMemcacheEncoder<BinaryMemcacheResponse>buf - the ByteBuf to write into.msg - the message to encode.Copyright © 2008–2015 The Netty Project. All rights reserved.