public class CustomWebSocket13FrameDecoder
extends org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
| 构造器和说明 |
|---|
CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions) |
CustomWebSocket13FrameDecoder(boolean maskedPayload,
boolean allowExtensions,
long maxFramePayloadLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
checkpoint, 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 在类中 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 在类中 org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoderExceptionCopyright © 2020. All rights reserved.