public final class MemcachedResponseEncoder
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
static io.netty.buffer.ByteBuf |
CRLF |
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
MemcachedResponseEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
Handle exceptions in protocol processing.
|
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected static final org.apache.commons.logging.Log logger
public static final io.netty.buffer.ByteBuf CRLF
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © GigaSpaces.