public class Rfc5425FrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
implements org.apache.camel.component.netty4.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, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
ensureNotSharable, handlerAdded, isSharable
protected void decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, List<Object> out) throws Exception
decode
in class io.netty.handler.codec.ByteToMessageDecoder
Exception
public io.netty.channel.ChannelHandler newChannelHandler()
newChannelHandler
in interface org.apache.camel.component.netty4.ChannelHandlerFactory
Apache Camel