Uses of Interface
io.netty.handler.codec.spdy.SpdyPingFrame
-
Packages that use SpdyPingFrame Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyPingFrame in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdyPingFrame Modifier and Type Class Description class
DefaultSpdyPingFrame
The defaultSpdyPingFrame
implementation.Methods in io.netty.handler.codec.spdy that return SpdyPingFrame Modifier and Type Method Description SpdyPingFrame
DefaultSpdyPingFrame. setId(int id)
SpdyPingFrame
SpdyPingFrame. setId(int id)
Sets the ID of this frame.
-