Re: AsyncRequestBuilder deprecated

2019-08-01 Thread Oleg Kalnichevski
On Thu, 2019-08-01 at 10:34 +0200, Joan grupoventus wrote: > Hello, > > � > > It seems I should use the > ‘org.apache.hc.core5.http.nio.support.AsyncRequestBuilder’ class. > Replacing the import works except for the ‘setConfig’ method that we > use to replace the connection/response timeout for

RE: AsyncRequestBuilder deprecated

2019-08-01 Thread Joan grupoventus
Hello, � It seems I should use the ‘org.apache.hc.core5.http.nio.support.AsyncRequestBuilder’ class. Replacing the import works except for the ‘setConfig’ method that we use to replace the connection/response timeout for each request sent to the backend. What should I use now to replace

AsyncRequestBuilder deprecated

2019-08-01 Thread Joan grupoventus
Hello, � With the latest HttpClient5 release the AsyncRequestBuilder class is deprecated. Checking the api docs it’s telling to use ‘AsyncRequestBuilder’ � org.apache.hc.client5.http.async.methods Class AsyncRequestBuilder *