| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.handler.codec.spdy | 
 Encoder, decoder, session handler and their related message types for the SPDY protocol. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
SpdyFrameCodec
A  
ChannelHandler that encodes and decodes SPDY Frames. | 
| 构造器和说明 | 
|---|
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. 
 |