Class SpdyFrameDecoder
- java.lang.Object
-
- org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
-
public class SpdyFrameDecoder extends Object
DecodesChannelBuffer
s into SPDY Frames.
-
-
Constructor Summary
Constructors Constructor Description SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate)
Creates a new instance with the specifiedversion
and the defaultmaxChunkSize (8192)
.SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize)
Creates a new instance with the specified parameters.
-
-
-
Constructor Detail
-
SpdyFrameDecoder
public SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate)
Creates a new instance with the specifiedversion
and the defaultmaxChunkSize (8192)
.
-
SpdyFrameDecoder
public SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize)
Creates a new instance with the specified parameters.
-
-
Method Detail
-
decode
public void decode(ChannelBuffer buffer)
-
-