public interface SpdySynStreamFrame extends SpdyHeadersFrame
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. |
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.
|
addHeader, clearHeaders, containsHeader, getHeader, getHeaderNames, getHeaders, getHeaders, isInvalid, isTruncated, removeHeader, setHeader, setHeader, 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)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.