Interface SpdySynReplyFrame
- All Superinterfaces:
SpdyFrame, SpdyHeadersFrame, SpdyStreamFrame
- All Known Implementing Classes:
DefaultSpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frame
-
Method Summary
Modifier and TypeMethodDescriptionMarks this header block as invalid.setLast(boolean last) Sets if this frame is the last frame to be transmitted on the stream.setStreamId(int streamID) Sets the Stream-ID of this frame.Methods inherited from interface SpdyHeadersFrame
headers, isInvalid, isTruncated, setTruncatedMethods inherited from interface SpdyStreamFrame
isLast, streamId
-
Method Details
-
setStreamId
Description copied from interface:SpdyStreamFrameSets the Stream-ID of this frame. The Stream-ID must be positive.- Specified by:
setStreamIdin interfaceSpdyHeadersFrame- Specified by:
setStreamIdin interfaceSpdyStreamFrame
-
setLast
Description copied from interface:SpdyStreamFrameSets if this frame is the last frame to be transmitted on the stream.- Specified by:
setLastin interfaceSpdyHeadersFrame- Specified by:
setLastin interfaceSpdyStreamFrame
-
setInvalid
SpdySynReplyFrame setInvalid()Description copied from interface:SpdyHeadersFrameMarks this header block as invalid.- Specified by:
setInvalidin interfaceSpdyHeadersFrame
-