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, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
private final org.apache.hadoop.crypto.Decryptor decryptor
public DecryptHandler(org.apache.hadoop.crypto.CryptoCodec codec, byte[] key, byte[] iv) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
protected 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>
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.