-
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2PingFrame
@UnstableApi 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.netty5.handler.codec.http2.Http2Frame
name
-
-