|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.handler.codec.frame.FrameDecoder
org.jboss.netty.handler.codec.replay.ReplayingDecoder<HybiWebSocketFrameDecoder.State>
org.webbitserver.netty.HybiWebSocketFrameDecoder
public class HybiWebSocketFrameDecoder
| Nested Class Summary | |
|---|---|
static class |
HybiWebSocketFrameDecoder.State
|
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
|---|
org.jboss.netty.channel.ChannelHandler.Sharable |
| Field Summary |
|---|
| Fields inherited from class org.jboss.netty.handler.codec.frame.FrameDecoder |
|---|
cumulation, DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS |
| Method Summary | |
|---|---|
static HybiWebSocketFrameDecoder |
clientSide(byte[] outboundMaskingKey)
|
protected Object |
decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer buffer,
HybiWebSocketFrameDecoder.State state)
|
static HybiWebSocketFrameDecoder |
serverSide()
|
| Methods inherited from class org.jboss.netty.handler.codec.replay.ReplayingDecoder |
|---|
checkpoint, checkpoint, cleanup, decode, decodeLast, decodeLast, getState, internalBuffer, messageReceived, setState |
| Methods inherited from class org.jboss.netty.handler.codec.frame.FrameDecoder |
|---|
actualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, exceptionCaught, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, isUnfold, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulation |
| Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
|---|
channelBound, channelConnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HybiWebSocketFrameDecoder serverSide()
public static HybiWebSocketFrameDecoder clientSide(byte[] outboundMaskingKey)
protected Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer buffer,
HybiWebSocketFrameDecoder.State state)
throws Exception
decode in class org.jboss.netty.handler.codec.replay.ReplayingDecoder<HybiWebSocketFrameDecoder.State>Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||