Monitor download progress with HTTPClient 4?
Can anyone show me how to monitor the progress of a download using HTTPClient 4 ? I'm a bit lost in the开发者_开发问答 API.
I'm not sure that using the vanilla httpclient will get you there. I think you may need to use the nonblocking parts of HttpCore. There's a tutorial.
精彩评论