Class DefaultHttp3SettingsFrame

    • Constructor Detail

      • DefaultHttp3SettingsFrame

        public DefaultHttp3SettingsFrame()
    • Method Detail

      • get

        public java.lang.Long get​(long key)
        Description copied from interface: Http3SettingsFrame
        Get a setting from the frame.
        Specified by:
        get in interface Http3SettingsFrame
        Parameters:
        key - the key of the setting.
        Returns:
        the value of the setting or null if none was found with the given key.
      • put

        public java.lang.Long put​(long key,
                                  java.lang.Long value)
        Description copied from interface: Http3SettingsFrame
        Put a setting in the frame.
        Specified by:
        put in interface Http3SettingsFrame
        Parameters:
        key - the key of the setting
        value - the value of the setting.
        Returns:
        the previous stored valued for the given key or null if none was stored before.
      • iterator

        public java.util.Iterator<java.util.Map.Entry<java.lang.Long,​java.lang.Long>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<java.lang.Long,​java.lang.Long>>
      • hashCode

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

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

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