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