| org.apache.http.params.HttpParams | 
|  Known Indirect Subclasses | 
Represents a collection of HTTP protocol and framework parameters.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a copy of these parameters.
           | ||||||||||
|  | 
           Returns a 
            Booleanparameter value with the given name. | ||||||||||
|  | 
           Returns a 
            Doubleparameter value with the given name. | ||||||||||
|  | 
           Returns an 
            Integerparameter value with the given name. | ||||||||||
|  | 
           Returns a 
            Longparameter value with the given name. | ||||||||||
|  | 
           Obtains the value of the given parameter.
           | ||||||||||
|  | 
           Checks if a boolean parameter is not set or 
            false. | ||||||||||
|  | 
           Checks if a boolean parameter is set to 
            true. | ||||||||||
|  | 
           Removes the parameter with the specified name.
           | ||||||||||
|  | 
           Assigns a 
            Booleanto the parameter with the given name | ||||||||||
|  | 
           Assigns a 
            Doubleto the parameter with the given name | ||||||||||
|  | 
           Assigns an 
            Integerto the parameter with the given name | ||||||||||
|  | 
           Assigns a 
            Longto the parameter with the given name | ||||||||||
|  | 
           Assigns the value to the parameter with the given name.
           | ||||||||||
Creates a copy of these parameters.
Obtains the value of the given parameter.
| name | the parent name. | 
|---|
null if the parameter is not set or if it is explicitly set to nullChecks if a boolean parameter is not set or false.
| name | parameter name | 
|---|
true Checks if a boolean parameter is set to true.
| name | parameter name | 
|---|
false Removes the parameter with the specified name.
| name | parameter name | 
|---|
Assigns a Boolean to the parameter with the given name
| name | parameter name | 
|---|---|
| value | parameter value | 
Assigns a Double to the parameter with the given name
| name | parameter name | 
|---|---|
| value | parameter value | 
Assigns an Integer to the parameter with the given name
| name | parameter name | 
|---|---|
| value | parameter value | 
Assigns a Long to the parameter with the given name
| name | parameter name | 
|---|---|
| value | parameter value | 
Assigns the value to the parameter with the given name.
| name | parameter name | 
|---|---|
| value | parameter value |