public interface SpdyStreamFrame extends SpdyFrame
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2008–2024 The Netty Project. All rights reserved.