Class DefaultSpdyPingFrame
- java.lang.Object
-
- org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
- All Implemented Interfaces:
SpdyFrame
,SpdyPingFrame
public class DefaultSpdyPingFrame extends Object implements SpdyPingFrame
The defaultSpdyPingFrame
implementation.
-
-
Constructor Summary
Constructors Constructor Description DefaultSpdyPingFrame(int id)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
Returns the ID of this frame.void
setId(int id)
Sets the ID of this frame.String
toString()
-
-
-
Method Detail
-
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
-
-