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