public class KeepFrameDecoder extends org.jboss.netty.handler.codec.frame.FrameDecoder
Modifier and Type | Field and Description |
---|---|
static KeepFrameDecoder |
decoder |
Constructor and Description |
---|
KeepFrameDecoder() |
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) |
actualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, cleanup, decodeLast, exceptionCaught, extractFrame, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, internalBuffer, isUnfold, messageReceived, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulation
public static final KeepFrameDecoder decoder
public KeepFrameDecoder()
Copyright © 2012–2014. All rights reserved.