Java io.netty.handler.codec.spdy SpdyFrameCodec fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.spdy SpdyFrameCodec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.spdy SpdyFrameCodec.

The text is from its open source code.

Constructor

SpdyFrameCodec(SpdyVersion version)
Creates a new instance with the specified version , validateHeaders (true) , and the default decoder and encoder options ( maxChunkSize (8192) , maxHeaderSize (16384) , compressionLevel (6) , windowBits (15) , and memLevel (8) ).