Uses of Class
org.apache.http.impl.nio.client.HttpAsyncClientBuilder

Packages that use HttpAsyncClientBuilder
org.apache.http.impl.nio.client   
 

Uses of HttpAsyncClientBuilder in org.apache.http.impl.nio.client
 

Methods in org.apache.http.impl.nio.client that return HttpAsyncClientBuilder
 HttpAsyncClientBuilder HttpAsyncClientBuilder.addInterceptorFirst(HttpRequestInterceptor itcp)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.addInterceptorFirst(HttpResponseInterceptor itcp)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.addInterceptorLast(HttpRequestInterceptor itcp)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.addInterceptorLast(HttpResponseInterceptor itcp)
           
static HttpAsyncClientBuilder HttpAsyncClientBuilder.create()
           
static HttpAsyncClientBuilder HttpAsyncClients.custom()
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.disableConnectionState()
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setConnectionManager(NHttpClientConnectionManager connManager)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setConnectionReuseStrategy(ConnectionReuseStrategy reuseStrategy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider> authSchemeRegistry)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultConnectionConfig(ConnectionConfig config)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider> cookieSpecRegistry)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultCredentialsProvider(CredentialsProvider credentialsProvider)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultHeaders(Collection<? extends Header> defaultHeaders)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultRequestConfig(RequestConfig config)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setDefaultSocketConfig(SocketConfig config)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setHttpProcessor(HttpProcessor httpprocessor)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setKeepAliveStrategy(ConnectionKeepAliveStrategy keepAliveStrategy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setMaxConnPerRoute(int maxConnPerRoute)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setMaxConnTotal(int maxConnTotal)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setProxy(HttpHost proxy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setProxyAuthenticationStrategy(AuthenticationStrategy proxyAuthStrategy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setRoutePlanner(HttpRoutePlanner routePlanner)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setSSLContext(SSLContext sslcontext)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setSSLIOSessionFactory(SchemeIOSessionFactory iosessionFactory)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setTargetAuthenticationStrategy(AuthenticationStrategy targetAuthStrategy)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setUserAgent(String userAgent)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setUserTokenHandler(UserTokenHandler userTokenHandler)
           
 HttpAsyncClientBuilder HttpAsyncClientBuilder.useSystemProperties()
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.