Package io.netty.handler.codec.http2
Interface Http2PingFrame
-
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2PingFrame
public interface Http2PingFrame extends Http2Frame
HTTP/2 PING Frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
ack()
Whentrue
, indicates that this ping is a ping response.long
content()
Returns the eight byte opaque data.-
Methods inherited from interface io.netty.handler.codec.http2.Http2Frame
name
-
-