Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created December 8, 2010 18:10
Show Gist options
  • Save jfarcand/733656 to your computer and use it in GitHub Desktop.
Save jfarcand/733656 to your computer and use it in GitHub Desktop.
// IOException, Network outage resumable download.
AsyncHttpClient c = new AsyncHttpClient(new AsyncHttpClientConfig.Builder()
.addIOExceptionFilter(new ResumableIOExceptionFilter()).build());
Response r = c.prepareGet("http://192.168.2.106:8081/800m.avi").execute(a).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment