public class DefaultSpdySynReplyFrame extends DefaultSpdyHeaderBlock implements SpdySynReplyFrame
SpdySynReplyFrame
implementation.Constructor and Description |
---|
DefaultSpdySynReplyFrame(int streamId)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getStreamId()
Returns the Stream-ID of this frame.
|
int |
getStreamID()
Deprecated.
|
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.
|
void |
setStreamID(int streamId)
Deprecated.
|
String |
toString() |
addHeader, appendHeaders, clearHeaders, containsHeader, getHeader, getHeaderNames, getHeaders, getHeaders, isInvalid, removeHeader, setHeader, setHeader, setInvalid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addHeader, clearHeaders, containsHeader, getHeader, getHeaderNames, getHeaders, getHeaders, isInvalid, removeHeader, setHeader, setHeader, setInvalid
public DefaultSpdySynReplyFrame(int streamId)
streamId
- the Stream-ID of this frame@Deprecated public int getStreamID()
getStreamID
in interface SpdySynReplyFrame
public int getStreamId()
SpdySynReplyFrame
getStreamId
in interface SpdySynReplyFrame
@Deprecated public void setStreamID(int streamId)
setStreamID
in interface SpdySynReplyFrame
public void setStreamId(int streamId)
SpdySynReplyFrame
setStreamId
in interface SpdySynReplyFrame
public boolean isLast()
SpdySynReplyFrame
true
if this frame is the last frame to be transmitted
on the stream.isLast
in interface SpdySynReplyFrame
public void setLast(boolean last)
SpdySynReplyFrame
setLast
in interface SpdySynReplyFrame
Copyright © 2008-2014 The Netty Project. All Rights Reserved.