public class Rfc5425FrameDecoder
extends org.jboss.netty.handler.codec.frame.FrameDecoder
implements org.apache.camel.component.netty.ChannelHandlerFactory
Constructor and Description |
---|
Rfc5425FrameDecoder() |
Modifier and Type | Method and Description |
---|---|
protected Object |
decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer buffer) |
org.jboss.netty.channel.ChannelHandler |
newChannelHandler() |
actualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, cleanup, decodeLast, exceptionCaught, extractFrame, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, internalBuffer, isUnfold, messageReceived, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulation
protected Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer buffer) throws Exception
decode
in class org.jboss.netty.handler.codec.frame.FrameDecoder
Exception
public org.jboss.netty.channel.ChannelHandler newChannelHandler()
newChannelHandler
in interface org.apache.camel.component.netty.ChannelHandlerFactory
Apache Camel