public class DefaultSpdyPingFrame extends java.lang.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.
|
java.lang.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
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.