Interface SpdyPingFrame
- All Superinterfaces:
SpdyFrame
- All Known Implementing Classes:
DefaultSpdyPingFrame
A SPDY Protocol PING Frame
-
Method Summary
-
Method Details
-
getId
int getId()Returns the ID of this frame. -
setId
void setId(int id) Sets the ID of this frame.
-