I need to make a web request to a RESTful server from Java. I would like for my Java code to handle the response asynchronously. I am looking for a framework which handles t
Check out the ning async http client project on GitHub. It gives you the option to use a Future or to define a callback for when the request completes: