java.lang.Object | ||
↳ | org.apache.http.params.AbstractHttpParams | |
↳ | org.apache.http.params.DefaultedHttpParams |
HttpParams
implementation that delegates resolution of a parameter
to the given default HttpParams
instance if the parameter is not
present in the local one. The state of the local collection can be mutated,
whereas the default collection is treated as read-only.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a copy of the local collection with the same default
| |||||||||||
Retrieves the value of the parameter from the local collection and, if the
parameter is not set locally, delegates its resolution to the default
collection.
| |||||||||||
Attempts to remove the parameter from the local collection.
| |||||||||||
Sets the parameter in the local collection.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.params.AbstractHttpParams
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.params.HttpParams
|
Creates a copy of the local collection with the same default
Retrieves the value of the parameter from the local collection and, if the parameter is not set locally, delegates its resolution to the default collection.
Attempts to remove the parameter from the local collection. This method does not modify the default collection.
Sets the parameter in the local collection. This method does not modify the default collection.