Interface Http2PingFrame

All Superinterfaces:
Http2Frame
All Known Implementing Classes:
DefaultHttp2PingFrame

@UnstableApi public interface Http2PingFrame extends Http2Frame
HTTP/2 PING Frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    ack()
    When true, indicates that this ping is a ping response.
    long
    Returns the eight byte opaque data.

    Methods inherited from interface io.netty.handler.codec.http2.Http2Frame

    name
  • Method Details

    • ack

      boolean ack()
      When true, indicates that this ping is a ping response.
    • content

      long content()
      Returns the eight byte opaque data.