| 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
Boolean parameter value with the given name.
|
||||||||||
|
|
Returns a
Double parameter value with the given name.
|
||||||||||
|
|
Returns an
Integer parameter value with the given name.
|
||||||||||
|
|
Returns a
Long parameter 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
Boolean to the parameter with the given name
|
||||||||||
|
|
Assigns a
Double to the parameter with the given name
|
||||||||||
|
|
Assigns an
Integer to the parameter with the given name
|
||||||||||
|
|
Assigns a
Long to 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 |