| Package | Description | 
|---|---|
| io.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SpdyDataFrameA SPDY Protocol DATA Frame | 
| interface  | SpdyGoAwayFrameA SPDY Protocol GOAWAY Frame | 
| interface  | SpdyHeadersFrameA SPDY Protocol HEADERS Frame | 
| interface  | SpdyPingFrameA SPDY Protocol PING Frame | 
| interface  | SpdyRstStreamFrameA SPDY Protocol RST_STREAM Frame | 
| interface  | SpdySettingsFrameA SPDY Protocol SETTINGS Frame | 
| interface  | SpdyStreamFrameA SPDY Protocol Frame that is associated with an individual SPDY Stream | 
| interface  | SpdySynReplyFrameA SPDY Protocol SYN_REPLY Frame | 
| interface  | SpdySynStreamFrameA SPDY Protocol SYN_STREAM Frame | 
| interface  | SpdyWindowUpdateFrameA SPDY Protocol WINDOW_UPDATE Frame | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSpdyDataFrameThe default  SpdyDataFrameimplementation. | 
| class  | DefaultSpdyGoAwayFrameThe default  SpdyGoAwayFrameimplementation. | 
| class  | DefaultSpdyHeadersFrameThe default  SpdyHeadersFrameimplementation. | 
| class  | DefaultSpdyPingFrameThe default  SpdyPingFrameimplementation. | 
| class  | DefaultSpdyRstStreamFrameThe default  SpdyRstStreamFrameimplementation. | 
| class  | DefaultSpdySettingsFrameThe default  SpdySettingsFrameimplementation. | 
| class  | DefaultSpdyStreamFrameThe default  SpdyStreamFrameimplementation. | 
| class  | DefaultSpdySynReplyFrameThe default  SpdySynReplyFrameimplementation. | 
| class  | DefaultSpdySynStreamFrameThe default  SpdySynStreamFrameimplementation. | 
| class  | DefaultSpdyWindowUpdateFrameThe default  SpdyWindowUpdateFrameimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SpdyHttpDecoder. decode(ChannelHandlerContext ctx,
      SpdyFrame msg,
      List<Object> out) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.