@InterfaceAudience.Private public class CryptoAESUnwrapHandler 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 |
---|
CryptoAESUnwrapHandler(CryptoAES cryptoAES) |
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) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlerAdded, handlerRemoved
public CryptoAESUnwrapHandler(CryptoAES cryptoAES)
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
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.