public class BedrockEncryptionDecoder extends io.netty.handler.codec.MessageToMessageDecoder<BedrockBatchWrapper>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
BedrockEncryptionDecoder(javax.crypto.SecretKey key,
javax.crypto.Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
BedrockBatchWrapper msg,
java.util.List<java.lang.Object> out) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final java.lang.String NAME
public BedrockEncryptionDecoder(javax.crypto.SecretKey key,
javax.crypto.Cipher cipher)
protected void decode(io.netty.channel.ChannelHandlerContext ctx,
BedrockBatchWrapper msg,
java.util.List<java.lang.Object> out)
throws java.lang.Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<BedrockBatchWrapper>java.lang.Exception