public interface SpdyStreamFrame extends SpdyFrame
限定符和类型 | 方法和说明 |
---|---|
int |
getStreamId()
Returns the Stream-ID of this frame.
|
boolean |
isLast()
Returns
true if this frame is the last frame to be transmitted
on the stream. |
void |
setLast(boolean last)
Sets if this frame is the last frame to be transmitted on the stream.
|
void |
setStreamId(int streamId)
Sets the Stream-ID of this frame.
|
int getStreamId()
void setStreamId(int streamId)
boolean isLast()
true
if this frame is the last frame to be transmitted
on the stream.void setLast(boolean last)