Class DefaultSpdyPingFrame
java.lang.Object
org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
- All Implemented Interfaces:
SpdyFrame
,SpdyPingFrame
The default
SpdyPingFrame
implementation.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int id
-
-
Constructor Details
-
DefaultSpdyPingFrame
public DefaultSpdyPingFrame(int id) Creates a new instance.- Parameters:
id
- the unique ID of this frame
-
-
Method Details
-
getId
public int getId()Description copied from interface:SpdyPingFrame
Returns the ID of this frame.- Specified by:
getId
in interfaceSpdyPingFrame
-
setId
public void setId(int id) Description copied from interface:SpdyPingFrame
Sets the ID of this frame.- Specified by:
setId
in interfaceSpdyPingFrame
-
toString
-