public interface SpdySynStreamFrame extends SpdyHeadersFrame
Modifier and Type | Method and Description |
---|---|
int |
associatedStreamId()
Returns the Associated-To-Stream-ID of this frame.
|
boolean |
isUnidirectional()
Returns
true if the stream created with this frame is to be
considered half-closed to the receiver. |
byte |
priority()
Returns the priority of the stream.
|
SpdySynStreamFrame |
setAssociatedStreamId(int associatedStreamId)
Sets the Associated-To-Stream-ID of this frame.
|
SpdySynStreamFrame |
setInvalid()
Marks this header block as invalid.
|
SpdySynStreamFrame |
setLast(boolean last)
Sets if this frame is the last frame to be transmitted on the stream.
|
SpdySynStreamFrame |
setPriority(byte priority)
Sets the priority of the stream.
|
SpdySynStreamFrame |
setStreamId(int streamID)
Sets the Stream-ID of this frame.
|
SpdySynStreamFrame |
setUnidirectional(boolean unidirectional)
Sets if the stream created with this frame is to be considered
half-closed to the receiver.
|
headers, isInvalid, isTruncated, setTruncated
isLast, streamId
int associatedStreamId()
SpdySynStreamFrame setAssociatedStreamId(int associatedStreamId)
byte priority()
SpdySynStreamFrame setPriority(byte priority)
boolean isUnidirectional()
true
if the stream created with this frame is to be
considered half-closed to the receiver.SpdySynStreamFrame setUnidirectional(boolean unidirectional)
SpdySynStreamFrame setStreamId(int streamID)
SpdyStreamFrame
setStreamId
in interface SpdyHeadersFrame
setStreamId
in interface SpdyStreamFrame
SpdySynStreamFrame setLast(boolean last)
SpdyStreamFrame
setLast
in interface SpdyHeadersFrame
setLast
in interface SpdyStreamFrame
SpdySynStreamFrame setInvalid()
SpdyHeadersFrame
setInvalid
in interface SpdyHeadersFrame
Copyright © 2008–2017 The Netty Project. All rights reserved.