| Package | Description | 
|---|---|
| io.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpdyFrameCodecA  ChannelHandlerthat encodes and decodes SPDY Frames. | 
| Constructor and Description | 
|---|
| SpdyFrameDecoder(SpdyVersion spdyVersion,
                SpdyFrameDecoderDelegate delegate)Creates a new instance with the specified  versionand the defaultmaxChunkSize (8192). | 
| SpdyFrameDecoder(SpdyVersion spdyVersion,
                SpdyFrameDecoderDelegate delegate,
                int maxChunkSize)Creates a new instance with the specified parameters. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.