| 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  | SpdyHeadersFrameA SPDY Protocol HEADERS Frame | 
| interface  | SpdyRstStreamFrameA SPDY Protocol RST_STREAM Frame | 
| interface  | SpdySynReplyFrameA SPDY Protocol SYN_REPLY Frame | 
| interface  | SpdySynStreamFrameA SPDY Protocol SYN_STREAM Frame | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSpdyDataFrameThe default  SpdyDataFrameimplementation. | 
| class  | DefaultSpdyHeadersFrameThe default  SpdyHeadersFrameimplementation. | 
| class  | DefaultSpdyRstStreamFrameThe default  SpdyRstStreamFrameimplementation. | 
| class  | DefaultSpdyStreamFrameThe default  SpdyStreamFrameimplementation. | 
| class  | DefaultSpdySynReplyFrameThe default  SpdySynReplyFrameimplementation. | 
| class  | DefaultSpdySynStreamFrameThe default  SpdySynStreamFrameimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpdyStreamFrame | DefaultSpdyStreamFrame. setLast(boolean last) | 
| SpdyStreamFrame | SpdyStreamFrame. setLast(boolean last)Sets if this frame is the last frame to be transmitted on the stream. | 
| SpdyStreamFrame | DefaultSpdyStreamFrame. setStreamId(int streamId) | 
| SpdyStreamFrame | SpdyStreamFrame. setStreamId(int streamID)Sets the Stream-ID of this frame. | 
Copyright © 2008–2025 The Netty Project. All rights reserved.