@InterfaceAudience.Private
public class CryptoAESWrapHandler
extends org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
| Constructor and Description |
|---|
CryptoAESWrapHandler(CryptoAES cryptoAES) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise) |
void |
flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
void |
handlerAdded(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, connect, deregister, disconnect, readensureNotSharable, exceptionCaught, handlerRemoved, isSharablepublic CryptoAESWrapHandler(CryptoAES cryptoAES)
public void handlerAdded(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx)
throws Exception
handlerAdded in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerhandlerAdded in class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapterExceptionpublic 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.ChannelOutboundHandlerwrite in class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapterExceptionpublic void flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx)
throws Exception
flush in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerflush in class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapterExceptionpublic void close(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise)
throws Exception
close in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerclose in class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapterExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.