Class SpdyFrameDecoder

    • Constructor Detail

      • SpdyFrameDecoder

        public SpdyFrameDecoder​(SpdyVersion spdyVersion,
                                SpdyFrameDecoderDelegate delegate)
        Creates a new instance with the specified version and the default maxChunkSize (8192).
      • SpdyFrameDecoder

        public SpdyFrameDecoder​(SpdyVersion spdyVersion,
                                SpdyFrameDecoderDelegate delegate,
                                int maxChunkSize)
        Creates a new instance with the specified parameters.