Interface Http2PingFrame

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean ack()
      When true, 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
    • Method Detail

      • ack

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

        long content()
        Returns the eight byte opaque data.