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, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
protected 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.ChannelHandler
exceptionCaught
in interface io.netty.channel.ChannelInboundHandler
exceptionCaught
in class io.netty.channel.ChannelInboundHandlerAdapter
Copyright © GigaSpaces.