
public interface SpdyStreamFrame extends SpdyFrame
| Modifier and Type | Method and Description | 
|---|---|
| int | getStreamId()Returns the Stream-ID of this frame. | 
| boolean | isLast()Returns  trueif 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)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.