public class DatagramPacketObjectDecoder extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.channel.AddressedEnvelope<Object,InetSocketAddress>>
Constructor and Description |
---|
DatagramPacketObjectDecoder(io.netty.handler.codec.serialization.ClassResolver resolver) |
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
public DatagramPacketObjectDecoder(io.netty.handler.codec.serialization.ClassResolver resolver)
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