Skip to content
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.

Clone this wiki locally