Hello Johannes,

> the interface org.apache.http.params.HttpParams does not offer a method 
> for retrieving the parameter keys. So it is not possible to see which 
> parameters are set. Could we have a method (iterator or array or ...) 
> for this purpose?

Since parameter objects can be linked and nested
in hierarchies, it is not feasible to provide a
method that iterates over all parameters in the
interface. Specific implementations may provide
a method to retrieve the keys of locally defined
parameters, but that should be done on the
implementation level, or with an optional interface.

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to