Now, I want to implement an event listener to make network request to async like Object-c or Js.
I wanna to got the HeaderReceived evnent, How much bytes downloaded(means progress),got response event.
How can I do that?
Now, I want to implement an event listener to make network request to async
Share
look at AsyncHttpClient. It’s a good framework written by Jean-François Arcand (which has largely contributed to the Glassfish Application Server by writing large parts of the Grizzly web server)