public class SocketByteArrayMessageDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<byte[]>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SocketByteArrayMessageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
private SslSessionStatus |
createSslSessionStatusFromSslHandler(io.netty.handler.ssl.SslHandler sslHandler) |
protected void |
decode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
byte[] bytes,
List<Object> decoded)
Decode bytes to Byte Array Message with remote address from Channel.remoteAddress()
|
private SslSessionStatus |
getSslSessionStatus(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void decode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
byte[] bytes,
List<Object> decoded)
decode in class io.netty.handler.codec.MessageToMessageDecoder<byte[]>channelHandlerContext - Channel Handler Contextbytes - Message Bytesdecoded - Decoded Messagesprivate SslSessionStatus getSslSessionStatus(io.netty.channel.ChannelHandlerContext channelHandlerContext)
private SslSessionStatus createSslSessionStatusFromSslHandler(io.netty.handler.ssl.SslHandler sslHandler)
Copyright © 2024 Apache NiFi Project. All rights reserved.