Uses of Class
com.ning.http.client.AsyncHttpClientConfig.Builder

Packages that use AsyncHttpClientConfig.Builder
com.ning.http.client   
 

Uses of AsyncHttpClientConfig.Builder in com.ning.http.client
 

Methods in com.ning.http.client that return AsyncHttpClientConfig.Builder
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
          Set the AsyncHttpProviderConfig
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setCompressionEnabled(boolean compressionEnabled)
          Enable HTTP compression.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
          Set the AsyncHttpProviderConfig
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setConnectionTimeoutInMs(int defaultConnectionTimeOutInMs)
          Set the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setExecutorService(ExecutorService applicationThreadPool)
          Set the ExecutorService an AsyncHttpClient use for handling asynchronous response.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setFollowRedirects(boolean redirectEnabled)
          Set to true to enable HTTP redirect
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setIdleConnectionTimeoutInMs(int defaultIdleConnectionTimeoutInMs)
          Set the maximum time in millisecond an AsyncHttpClient can stay idle.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setKeepAlive(boolean keepAlive)
          Set HTTP keep-alive value.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setMaximumConnectionsPerHost(int defaultMaxConnectionPerHost)
          Set the maximum number of connections per hosts an AsyncHttpClient can handle.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setMaximumConnectionsTotal(int defaultMaxTotalConnections)
          Set the maximum number of connections an AsyncHttpClient can handle.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setMaximumNumberOfRedirects(int maxDefaultRedirects)
          Set the maximum number of HTTP redirect
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer)
          Set an instance of ProxyServer used by an AsyncHttpClient
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setRealm(Realm realm)
          Set the Realm that will be used for all requests.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setRequestTimeoutInMs(int defaultRequestTimeoutInMs)
          Set the maximum time in millisecond an AsyncHttpClient wait for a response
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setScheduledExecutorService(ScheduledExecutorService reaper)
          Set theScheduledExecutorService used to expire idle connections.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setSSLContext(SSLContext sslContext)
          Set the SSLContext for secure connection.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setSSLEngineFactory(SSLEngineFactory sslEngineFactory)
          Set the SSLEngineFactory for secure connection.
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setUserAgent(String userAgent)
          Set the USER_AGENT header value
 



Copyright © 2010. All Rights Reserved.