Uses of Interface
org.apache.http.nio.client.HttpAsyncClient

Packages that use HttpAsyncClient
org.apache.http.impl.nio.client Default asynchronous HTTP client implementation. 
org.apache.http.nio.client Asynchronous HTTP client communication APIs. 
 

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

Classes in org.apache.http.impl.nio.client that implement HttpAsyncClient
 class AbstractHttpAsyncClient
          Deprecated. 
 class CloseableHttpAsyncClient
          Base implementation of HttpAsyncClient that also implements Closeable.
 class CloseableHttpPipeliningClient
          Base implementation of HttpPipeliningClient that also implements Closeable.
 class DefaultHttpAsyncClient
          Deprecated. 
 

Uses of HttpAsyncClient in org.apache.http.nio.client
 

Subinterfaces of HttpAsyncClient in org.apache.http.nio.client
 interface HttpPipeliningClient
          This interface represents only the most basic contract for HTTP request execution.
 



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.