Class FanOutOneBlockAsyncDFSOutputSaslHelper.SaslWrapHandler
java.lang.Object
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputSaslHelper.SaslWrapHandler
- All Implemented Interfaces:
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
,org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
- Enclosing class:
- FanOutOneBlockAsyncDFSOutputSaslHelper
private static final class FanOutOneBlockAsyncDFSOutputSaslHelper.SaslWrapHandler
extends org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler.Sharable
-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hbase.thirdparty.io.netty.buffer.CompositeByteBuf
private final SaslClient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, read
Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
exceptionCaught
-
Field Details
-
saslClient
-
cBuf
-
-
Constructor Details
-
SaslWrapHandler
-
-
Method Details
-
handlerAdded
public void handlerAdded(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception - Specified by:
handlerAdded
in interfaceorg.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
- Overrides:
handlerAdded
in classorg.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
- Throws:
Exception
-
write
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 - Specified by:
write
in interfaceorg.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
- Overrides:
write
in classorg.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
- Throws:
Exception
-
flush
public void flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception - Specified by:
flush
in interfaceorg.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
- Overrides:
flush
in classorg.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
- Throws:
Exception
-
handlerRemoved
public void handlerRemoved(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception - Specified by:
handlerRemoved
in interfaceorg.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
- Overrides:
handlerRemoved
in classorg.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
- Throws:
Exception
-