private static final class FanOutOneBlockAsyncDFSOutputSaslHelper.SaslWrapHandler extends org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
Modifier and Type | Field and Description |
---|---|
private org.apache.hbase.thirdparty.io.netty.buffer.CompositeByteBuf |
cBuf |
private SaslClient |
saslClient |
Constructor and Description |
---|
SaslWrapHandler(SaslClient saslClient) |
Modifier and Type | Method and Description |
---|---|
void |
flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
void |
handlerAdded(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
void |
handlerRemoved(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
void |
write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
Object msg,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, read
ensureNotSharable, exceptionCaught, isSharable
private final SaslClient saslClient
private org.apache.hbase.thirdparty.io.netty.buffer.CompositeByteBuf cBuf
public SaslWrapHandler(SaslClient saslClient)
public void handlerAdded(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception
handlerAdded
in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
handlerAdded
in class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
Exception
public void write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx, Object msg, org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise) throws Exception
write
in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
write
in class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
Exception
public void flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception
flush
in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
flush
in class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
Exception
public void handlerRemoved(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception
handlerRemoved
in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
handlerRemoved
in class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.