public interface SpdySynStreamFrame extends SpdyHeaderBlock, SpdyControlFrame, SpdyStreamFrame
Modifier and Type | Method and Description |
---|---|
int |
getAssociatedToStreamId()
Returns the Associated-To-Stream-ID of this frame.
|
byte |
getPriority()
Returns the priority of the stream.
|
boolean |
isUnidirectional()
Returns
true if the stream created with this frame is to be
considered half-closed to the receiver. |
SpdySynStreamFrame |
setAssociatedToStreamId(int associatedToStreamId)
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
getStreamId, isLast
int getAssociatedToStreamId()
SpdySynStreamFrame setAssociatedToStreamId(int associatedToStreamId)
byte getPriority()
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 SpdyStreamFrame
SpdySynStreamFrame setLast(boolean last)
SpdyStreamFrame
setLast
in interface SpdyStreamFrame
SpdySynStreamFrame setInvalid()
SpdyHeaderBlock
setInvalid
in interface SpdyHeaderBlock
Copyright © 2008-2013 The Netty Project. All Rights Reserved.