HttpAsyncClient component of the Apache HttpComponents project.
Questions tagged [apache-httpasyncclient]
92 questions
-1
votes
1 answer
Reponse time in CloseableHttpAsyncClient
I am using CloseableHttpAsyncClient API of apache to hit multiple requests without caring for response.
My code :-
//Setting HTTP client :-
IOReactorConfig ioReactorConfig = IOReactorConfig.custom()
…

Rahul Jain
- 658
- 5
- 20
-3
votes
1 answer
Unbounded PipedInputStream in Java
I am using an http library to fetch data that is 200 mb in size. Each line in the data is then processed. To save memory I would like to process the data line by line as the data is streamed in rather than waiting for all 200 mb to be downloaded…

user782220
- 10,677
- 21
- 72
- 135