views:

224

answers:

1

Can anyone show me how to monitor the progress of a download using HTTPClient 4 ? I'm a bit lost in the API.

A: 

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.

John