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

Packages that use CloseableHttpAsyncClient
org.apache.http.impl.nio.client   
org.apache.http.nio.client.util   
 

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

Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClient
 CloseableHttpAsyncClient HttpAsyncClientBuilder.build()
           
static CloseableHttpAsyncClient HttpAsyncClients.createDefault()
           
static CloseableHttpAsyncClient HttpAsyncClients.createMinimal()
           
static CloseableHttpAsyncClient HttpAsyncClients.createMinimal(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor)
           
static CloseableHttpAsyncClient HttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager)
           
static CloseableHttpAsyncClient HttpAsyncClients.createSystem()
           
 

Uses of CloseableHttpAsyncClient in org.apache.http.nio.client.util
 

Methods in org.apache.http.nio.client.util with parameters of type CloseableHttpAsyncClient
static void HttpAsyncClientUtils.closeQuietly(CloseableHttpAsyncClient httpAsyncClient)
          Unconditionally close a httpAsyncClient.
 



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