| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.spdy | 
 Encoder, decoder, session handler and their related message types for the SPDY protocol. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpdyFrameCodec
A  
ChannelHandler that encodes and decodes SPDY Frames. | 
| Constructor and Description | 
|---|
SpdyFrameDecoder(SpdyVersion spdyVersion,
                SpdyFrameDecoderDelegate delegate)
Creates a new instance with the specified  
version
 and the default maxChunkSize (8192). | 
SpdyFrameDecoder(SpdyVersion spdyVersion,
                SpdyFrameDecoderDelegate delegate,
                int maxChunkSize)
Creates a new instance with the specified parameters. 
 | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.