public class NettyEncryptingDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>
| Modifier and Type | Field and Description |
|---|---|
private NettyEncryptionTranslator |
decryptionCodec |
| Constructor and Description |
|---|
NettyEncryptingDecoder(javax.crypto.Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
io.netty.buffer.ByteBuf p_decode_2_,
java.util.List<java.lang.Object> p_decode_3_) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprivate final NettyEncryptionTranslator decryptionCodec
protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
io.netty.buffer.ByteBuf p_decode_2_,
java.util.List<java.lang.Object> p_decode_3_)
throws javax.crypto.ShortBufferException,
java.lang.Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>javax.crypto.ShortBufferExceptionjava.lang.Exception