Uses of Class
com.ning.http.client.AsyncHttpClientConfigBean

Packages that use AsyncHttpClientConfigBean
com.ning.http.client   
 

Uses of AsyncHttpClientConfigBean in com.ning.http.client
 

Methods in com.ning.http.client that return AsyncHttpClientConfigBean
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.addIoExceptionFilters(IOExceptionFilter ioExceptionFilter)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.addRequestFilter(RequestFilter requestFilter)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.addResponseFilters(ResponseFilter responseFilter)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setAllowPoolingConnection(boolean allowPoolingConnection)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setAllowSslConnectionPool(boolean allowSslConnectionPool)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setApplicationThreadPool(ExecutorService applicationThreadPool)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setCompressionEnabled(boolean compressionEnabled)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setConnectionTimeOutInMs(int connectionTimeOutInMs)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setHostnameVerifier(HostnameVerifier hostnameVerifier)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setIdleConnectionInPoolTimeoutInMs(int idleConnectionInPoolTimeoutInMs)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setIoThreadMultiplier(int ioThreadMultiplier)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setMaxConnectionPerHost(int maxConnectionPerHost)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setMaxDefaultRedirects(int maxDefaultRedirects)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setMaxRequestRetry(int maxRequestRetry)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setMaxTotalConnections(int maxTotalConnections)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setProxyServer(ProxyServer proxyServer)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setRealm(Realm realm)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setReaper(ScheduledExecutorService reaper)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setRedirectEnabled(boolean redirectEnabled)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setRemoveQueryParamOnRedirect(boolean removeQueryParamOnRedirect)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setRequestCompressionLevel(int requestCompressionLevel)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setRequestTimeoutInMs(int requestTimeoutInMs)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setSslContext(SSLContext sslContext)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setSslEngineFactory(SSLEngineFactory sslEngineFactory)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setUserAgent(String userAgent)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.setUseRawUrl(boolean useRawUrl)
           
 



Copyright © 2011. All Rights Reserved.