Interface HttpParameters

    • Field Detail

      • EMPTY_PARAMETERS

        static final HttpParameters EMPTY_PARAMETERS
        An immutable empty HTTP parameters map.
    • Method Detail

      • of

        static HttpParameters of()
        Returns a new empty HTTP parameters map.
      • copyOf

        static HttpParameters copyOf​(Map<String,​? extends Iterable<String>> parameters)
        Returns a new HTTP parameters map with the specified Map<String, ? extends Iterable<String>>.
      • asImmutable

        default HttpParameters asImmutable()
        Returns the immutable view of this parameters map.