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, updateCumulationprotected 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.FrameDecoderExceptionpublic org.jboss.netty.channel.ChannelHandler newChannelHandler()
newChannelHandler in interface org.apache.camel.component.netty.ChannelHandlerFactoryApache Camel