Interface SpdyPingFrame
-
- All Superinterfaces:
SpdyFrame
- All Known Implementing Classes:
DefaultSpdyPingFrame
public interface SpdyPingFrame extends SpdyFrame
A SPDY Protocol PING Frame
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Returns the ID of this frame.void
setId(int id)
Sets the ID of this frame.
-