Uses of Interface
org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler

Packages that use HttpAsyncClientExchangeHandler
org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. 
 

Uses of HttpAsyncClientExchangeHandler in org.apache.http.nio.protocol
 

Classes in org.apache.http.nio.protocol that implement HttpAsyncClientExchangeHandler
 class BasicAsyncClientExchangeHandler<T>
          Basic implementation of HttpAsyncClientExchangeHandler that executes a single HTTP request / response exchange.
 class PipeliningClientExchangeHandler<T>
          Pipelining implementation of HttpAsyncClientExchangeHandler that executes a series of pipelined HTTP requests.
 



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