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