public class CustomWebSocket13FrameDecoder
extends org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
| Constructor and Description |
|---|
CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions) |
CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions,
long maxFramePayloadLength) |
| 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.handler.codec.http.websocketx.WebSocket08FrameDecoder.State state) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
checkCloseFrameBodycheckpoint, checkpoint, cleanup, decode, decodeLast, decodeLast, getState, internalBuffer, setStateactualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, exceptionCaught, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, isUnfold, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulationpublic CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions)
public CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions,
long maxFramePayloadLength)
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
throws Exception
messageReceived in class org.jboss.netty.handler.codec.replay.ReplayingDecoder<org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State>Exceptionprotected Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer buffer, org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State state) throws Exception
decode in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoderExceptionCopyright © 2021. All rights reserved.