Class SpdyFrameDecoder
java.lang.Object
org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
Decodes
ChannelBuffers into SPDY Frames.-
Constructor Summary
ConstructorsConstructorDescriptionSpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate) Creates a new instance with the specifiedversionand the defaultmaxChunkSize (8192).SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize) Creates a new instance with the specified parameters. -
Method Summary
-
Constructor Details
-
SpdyFrameDecoder
Creates a new instance with the specifiedversionand the defaultmaxChunkSize (8192). -
SpdyFrameDecoder
public SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize) Creates a new instance with the specified parameters.
-
-
Method Details
-
decode
-