Pretty simple:
DefaultHttpClient httpclient = new DefaultHttpClient();
HttpHost proxy = new HttpHost("someproxy", 8080);
httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy);
callback.proxy(String host, int port);
AjaxCallback<T>.setProxy(String host, int port);
Would be amazing :)
Original issue reported on code.google.com by tinyeeliu@gmail.com on 21 Jun 2012 at 3:39
Original issue reported on code.google.com by
tinyeeliu@gmail.com
on 21 Jun 2012 at 3:39