I am trying to use apache httpAysncClient post request where I am hitting an API with textfile(having plain text data) and in response i will get a string data. How can I use apache httpAysncClient?
Asked
Active
Viewed 43 times
0
-
1I want to use apache httpClient Asynchronously. In previous question it was synchronous. – Neelu Aggarwal Apr 28 '19 at 08:48
-
Then your question is simply unclear as you don't describe what you've tried and why that isn't working for you. – Robert Longson Apr 28 '19 at 08:51
-
That is working for me when I am using synchronous httpClient. But can I use httpAysncClient as well for this? – Neelu Aggarwal Apr 28 '19 at 08:56
-
What does your non-working httpAysncClient implementation look like, what happens when it runs, what do you expect should happen instead? Edit the question to contain all of that. – Robert Longson Apr 28 '19 at 09:23