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:SpdyPingFrameReturns the ID of this frame.- Specified by:
getIdin interfaceSpdyPingFrame
-
setId
public void setId(int id) Description copied from interface:SpdyPingFrameSets the ID of this frame.- Specified by:
setIdin interfaceSpdyPingFrame
-
toString
-