> >
> > Makes sense to me.
>
> How about adding entrySet() to the HttpParams interface?
We can't do that
> Without that, DefaultedHttpParams has to assume that its local
> HttpParams extends AbstractHttpParams.
>
> Changing the interface would of course break any code that implements
> the HttpParams interface without extending AbstractHttpParams.
>
> I suppose one could extend the HttpParams interface to add the
> entrySet, and have AbstractHttpParams implement that instead.
>
An extended or an optional interface should be ok, though
How about an optional interface or something similar?
interface HttpParamSet {
Iterator iterator();
}
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]