Re: How replace the default HTTP URL handler in Java with one that uses the Apache HTTPClient?

2017-05-19 Thread Mats Eklund
Hi Oleg, Thanks for your reply. So I guess I'd need to roll my own. Not sure what you mean regarding the URLConnection API. The libraries in my project retrieve web resources by instantiating a java.net.URL object, and then calling one or two methods for retrieving the dereferenced resource o

Re: How replace the default HTTP URL handler in Java with one that uses the Apache HTTPClient?

2017-05-19 Thread Oleg Kalnichevski
On Thu, 2017-05-18 at 09:49 +, Mats Eklund wrote: > Hi, > > I am thinking of replacing the default HTTP connection handler in my > Java web applications with one that uses Apache HTTPClient. The > reason is that I want to leverage response caching of outbound HTTP > requests made from my web a