Interface Http2SettingsAckFrame

All Superinterfaces:
Http2Frame
All Known Implementing Classes:
DefaultHttp2SettingsAckFrame

public interface Http2SettingsAckFrame extends Http2Frame
An ack for a previously received Http2SettingsFrame.

The HTTP/2 protocol enforces that ACKs are applied in order, so this ACK will apply to the earliest received and not yet ACKed Http2SettingsFrame frame.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the HTTP/2 frame e.g.
  • Field Details

  • Method Details

    • name

      String name()
      Description copied from interface: Http2Frame
      Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
      Specified by:
      name in interface Http2Frame