public class DefaultSpdyPingFrame extends Object implements SpdyPingFrame
SpdyPingFrame implementation.| Constructor and Description |
|---|
DefaultSpdyPingFrame(int id)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the ID of this frame.
|
int |
getID()
Deprecated.
|
void |
setId(int id)
Sets the ID of this frame.
|
void |
setID(int id)
Deprecated.
|
String |
toString() |
public DefaultSpdyPingFrame(int id)
id - the unique ID of this frame@Deprecated public int getID()
getID in interface SpdyPingFramepublic int getId()
SpdyPingFramegetId in interface SpdyPingFrame@Deprecated public void setID(int id)
setID in interface SpdyPingFramepublic void setId(int id)
SpdyPingFramesetId in interface SpdyPingFrameCopyright © 2008-2017 The Netty Project. All Rights Reserved.