httpcomponent, httpclient proxy setting2015-01-16InboxContentshttpcomponent, httpclient proxy settinghttpcomponent, httpclient proxy settinghttp://www.jianshu.com/p/f38a62efaa961 2 3 4 5 6 7 8 9 HttpHost proxy = new HttpHost("localhost",8888); CloseableHttpClient httpclient = HttpClients.custom() .setDefaultRequestConfig(RequestConfig.custom() .setProxy(proxy).build()).build(); Author -LastMod 2015-01-16