public class Rfc5425FrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
implements org.apache.camel.component.netty.ChannelHandlerFactory
| Constructor and Description |
|---|
Rfc5425FrameDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out) |
io.netty.channel.ChannelHandler |
newChannelHandler() |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharableprotected void decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out)
throws Exception
decode in class io.netty.handler.codec.ByteToMessageDecoderExceptionpublic io.netty.channel.ChannelHandler newChannelHandler()
newChannelHandler in interface org.apache.camel.component.netty.ChannelHandlerFactoryApache Camel