Package io.netty.handler.codec.spdy
Interface SpdyPingFrame
- All Superinterfaces:
SpdyFrame
- All Known Implementing Classes:
DefaultSpdyPingFrame
A SPDY Protocol PING Frame
-
Method Details
-
id
int id()Returns the ID of this frame. -
setId
Sets the ID of this frame.
-