Class DefaultHttp2SettingsFrame

    • Constructor Detail

      • DefaultHttp2SettingsFrame

        public DefaultHttp2SettingsFrame​(Http2Settings settings)
    • Method Detail

      • name

        public java.lang.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
        Specified by:
        name in interface Http2SettingsFrame
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object