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 |
id()
Returns the ID of this frame.
|
SpdyPingFrame |
setId(int id)
Sets the ID of this frame.
|
String |
toString() |
public DefaultSpdyPingFrame(int id)
id - the unique ID of this framepublic int id()
SpdyPingFrameid in interface SpdyPingFramepublic SpdyPingFrame setId(int id)
SpdyPingFramesetId in interface SpdyPingFrameCopyright © 2008–2015 The Netty Project. All rights reserved.