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 intgetId()Returns the ID of this frame.voidsetId(int id)Sets the ID of this frame.
-