private static final class FanOutOneBlockAsyncDFSOutputSaslHelper.DecryptHandler extends org.apache.hbase.thirdparty.io.netty.channel.SimpleChannelInboundHandler<org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf>
| Modifier and Type | Field and Description | 
|---|---|
| private org.apache.hadoop.crypto.Decryptor | decryptor | 
| Constructor and Description | 
|---|
| DecryptHandler(org.apache.hadoop.crypto.CryptoCodec codec,
              byte[] key,
              byte[] iv) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | channelRead0(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
            org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf msg) | 
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprivate final org.apache.hadoop.crypto.Decryptor decryptor
public DecryptHandler(org.apache.hadoop.crypto.CryptoCodec codec, byte[] key, byte[] iv) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionprotected void channelRead0(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx, org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf msg) throws Exception
channelRead0 in class org.apache.hbase.thirdparty.io.netty.channel.SimpleChannelInboundHandler<org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf>ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.