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.
author: Oleg Kalnichevski version: $Revision: 610763 $
getParameter(String name) 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.
public boolean
removeParameter(String name) Attempts to remove the parameter from the local collection.
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.