Package io.netty.handler.codec.spdy
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
id()
Returns the ID of this frame.SpdyPingFrame
setId(int id)
Sets the ID of this frame.
-
-
-
Method Detail
-
id
int id()
Returns the ID of this frame.
-
setId
SpdyPingFrame setId(int id)
Sets the ID of this frame.
-
-