Class DefaultHttpParameters

    • Constructor Detail

      • DefaultHttpParameters

        public DefaultHttpParameters()
        Creates a new instance with a default value converter.
      • DefaultHttpParameters

        public DefaultHttpParameters​(int arraySizeHint)
        Create a new instance with a default value converter and the specified hint of array size.
        Parameters:
        arraySizeHint - A hint as to how large the hash data structure should be. The next positive power of two will be used. An upper bound may be enforced.