Re: Trying to use HttpClient in lieu of HttpsUrlConnection

2018-04-13 Thread Christopher Schultz
Bindul, On 2/12/18 10:17 PM, Bindul Bhowmik wrote: > On Mon, Feb 12, 2018 at 6:48 PM, Murat Cetin wrote: >> Hi, >> >> I am having issues with the keep-alive in HttpsUrlConnection in some legacy >> code and considering the HttpClient as an alternative. >> >> My question is,

Re: Trying to use HttpClient in lieu of HttpsUrlConnection

2018-02-12 Thread Bindul Bhowmik
On Mon, Feb 12, 2018 at 6:48 PM, Murat Cetin wrote: > Hi, > > I am having issues with the keep-alive in HttpsUrlConnection in some legacy > code and considering the HttpClient as an alternative. > > My question is, essentially, I have a URLCursor class definition as follows: >

Trying to use HttpClient in lieu of HttpsUrlConnection

2018-02-12 Thread Murat Cetin
Hi, I am having issues with the keep-alive in HttpsUrlConnection in some legacy code and considering the HttpClient as an alternative. My question is, essentially, I have a URLCursor class definition as follows: public URLCursor(String[] urls, ClientMetadata clientMetadata) {