java.lang.Object | |
↳ | org.apache.http.params.AbstractHttpParams |
![]() |
Abstract base class for parameter collections. Type specific setters and getters are mapped to the abstract, generic getters and setters.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Instantiates parameters.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
|
||||||||||
|
Checks if a boolean parameter is not set or
false .
|
||||||||||
|
Checks if a boolean parameter is set to
true .
|
||||||||||
|
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
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Checks 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
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 |