Skip to content

Instantly share code, notes, and snippets.

@sachin-handiekar
Created January 3, 2016 09:27
Show Gist options
  • Save sachin-handiekar/305adffb71c2afe3284d to your computer and use it in GitHub Desktop.
Save sachin-handiekar/305adffb71c2afe3284d to your computer and use it in GitHub Desktop.
// HTTP
System.setProperty("http.proxyHost", "proxyHost.com");
System.setProperty("http.proxyPort", "80");
//HTTPS
System.setProperty("https.proxyHost", "proxyHost.com");
System.setProperty("https.proxyPort", "80");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment