@InterfaceAudience.Private public class CryptoAESUnwrapHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
LengthFieldBasedFrameDecoder
Constructor and Description |
---|
CryptoAESUnwrapHandler(CryptoAES cryptoAES) |
Modifier and Type | Method and Description |
---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public CryptoAESUnwrapHandler(CryptoAES cryptoAES)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.