On Sun, 2012-11-18 at 10:35 -0500, Gary Gregory wrote: ...
> > > > I was just thinking that the client was the right place given the > > snippet in question clearly had HttpClient specific bits. > > > > Anyway, feel free to put that code in a place you deem most appropriate. > > There is now o.a.h.config package in core for configuration components. > > o.a.h.utils might be another place. > > > > Hi Oleg, > > I'm not sure how this would work in the o.a.h.config context. I can add new > Utils class in o.a.h.utils but how would that be better or different than > the deprecated HttpProtocolParams? > > Thank you for your guidance, > Gary > Hi Gary Unless I am missing something really fundamental here, adding this code to a deprecated class would also make it deprecated. Unless you intend to un-deprecate HttpProtocolParams would not a new class make more sense? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
