RE: HttpClient 5

2018-04-05 Thread Mark A. Claassen
Thanks, that was what I was looking for. However, a few things... First, it seems the arguments have changed a bit since that was written. I fixed this by creating a HttpContext with : HttpContext context = HttpClientContext.create(); I then created a quick CallbackHandler for testing:

Re: HttpClient 5

2018-04-05 Thread Oleg Kalnichevski
On Wed, 2018-04-04 at 21:01 +, Mark A. Claassen wrote: > I am finally getting chance to start with HttpClient 5 and HTTP/2.  I > am currently using 4.4. > > I am first trying to do a relatively simple port, meaning that I am > trying to keep as much of the existing code as I can.  I already