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()
SpdyPingFrame
id
in interface SpdyPingFrame
public SpdyPingFrame setId(int id)
SpdyPingFrame
setId
in interface SpdyPingFrame
Copyright © 2008–2017 The Netty Project. All rights reserved.