You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mtopolnik edited this page Sep 11, 2013
·
2 revisions
ConfigBuilder is primarily a com.ning.http.client.AsyncHttpClientConfig.Builder, with just one method added: proxy(proxyString). This delegates to AsyncHttpClientConfig.Builder.setProxyServer() but simplifies its API: instead of requiring a ProxyServer instance, it accepts a string in the form host:port.