public interface SpdySynStreamFrame extends SpdyHeadersFrame
限定符和类型 | 方法和说明 |
---|---|
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. |
void |
setAssociatedToStreamId(int associatedToStreamId)
Sets the Associated-To-Stream-ID of this frame.
|
void |
setPriority(byte priority)
Sets the priority of the stream.
|
void |
setUnidirectional(boolean unidirectional)
Sets if the stream created with this frame is to be considered
half-closed to the receiver.
|
headers, isInvalid, isTruncated, setInvalid, setTruncated
getStreamId, isLast, setLast, setStreamId
int getAssociatedToStreamId()
void setAssociatedToStreamId(int associatedToStreamId)
byte getPriority()
void setPriority(byte priority)
boolean isUnidirectional()
true
if the stream created with this frame is to be
considered half-closed to the receiver.void setUnidirectional(boolean unidirectional)