Interface HttpParamsNames

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getNames()
      Deprecated.
      Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
    • Method Detail

      • getNames

        java.util.Set<java.lang.String> getNames()
        Deprecated.
        Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances. Changes to the underlying HttpParams are not reflected in the set - it is a snapshot.
        Returns:
        the names, as a Set<String>