@ChannelHandler.Sharable public class DatagramPacketByteArrayDecoder extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.channel.AddressedEnvelope<Object,InetSocketAddress>>
Constructor and Description |
---|
DatagramPacketByteArrayDecoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.AddressedEnvelope<Object,InetSocketAddress> msg,
List<Object> out) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
protected void decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.AddressedEnvelope<Object,InetSocketAddress> msg, List<Object> out) throws Exception
decode
in class io.netty.handler.codec.MessageToMessageDecoder<io.netty.channel.AddressedEnvelope<Object,InetSocketAddress>>
Exception
Apache Camel