@InterfaceAudience.Private public class NettyHBaseRpcConnectionHeaderHandler extends org.apache.hadoop.hbase.shaded.io.netty.channel.SimpleChannelInboundHandler<org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf>
org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandler.Sharable
Constructor and Description |
---|
NettyHBaseRpcConnectionHeaderHandler(org.apache.hadoop.hbase.shaded.io.netty.util.concurrent.Promise<Boolean> saslPromise,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf connectionHeaderWithLength) |
Modifier and Type | Method and Description |
---|---|
protected void |
channelRead0(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx,
org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf msg) |
void |
exceptionCaught(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
handlerAdded(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlerRemoved
public NettyHBaseRpcConnectionHeaderHandler(org.apache.hadoop.hbase.shaded.io.netty.util.concurrent.Promise<Boolean> saslPromise, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf connectionHeaderWithLength)
protected void channelRead0(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx, org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf msg) throws Exception
public void handlerAdded(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx)
handlerAdded
in interface org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandler
handlerAdded
in class org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerAdapter
public void exceptionCaught(org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
exceptionCaught
in interface org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelHandler
exceptionCaught
in interface org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelInboundHandler
exceptionCaught
in class org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelInboundHandlerAdapter
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.