| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| org.apache.hc.core5.http.impl.nio | Default implementation of HTTP/1.1 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http.nio | Core HTTP transport APIs based on the asynchronous, event driven I/O model. | 
| org.apache.hc.core5.http.nio.command | Commands for HTTP transports based on asynchronous, event driven I/O model. | 
| org.apache.hc.core5.http.nio.support | Support classes for the asynchronous I/O model. | 
| org.apache.hc.core5.http2.impl.nio | Default implementation of HTTP/2 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http2.impl.nio.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| org.apache.hc.core5.http2.nio.support | Support classes for HTTP/2 asynchronous transport. | 
| org.apache.hc.core5.testing.nio | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext executeContext) | 
| <T> Future<T> | HttpAsyncRequester. execute(AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context,
       FutureCallback<T> callback) | 
| void | HttpAsyncRequester. execute(HttpHost target,
       AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext executeContext) | 
| <T> Future<T> | HttpAsyncRequester. execute(HttpHost target,
       AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context,
       FutureCallback<T> callback) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | AsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       HttpContext context)Initiates a message exchange using the given handler. | 
| <T> Future<T> | AsyncClientEndpoint. execute(AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       HttpContext context,
       FutureCallback<T> callback)Initiates message exchange using the given request producer and response consumer. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerFactory<AsyncPushConsumer> | RequestExecutionCommand. getPushHandlerFactory() | 
| Constructor and Description | 
|---|
| RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
                       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
                       CancellableDependency cancellableDependency,
                       HttpContext context) | 
| RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
                       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
                       HttpContext context) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncServerFilterChainExchangeHandlerFactoryFactory for  AsyncServerExchangeHandlerinstances that delegate request processing
 to aAsyncServerFilterChainElement. | 
| class  | DefaultAsyncResponseExchangeHandlerFactoryFactory for  AsyncServerExchangeHandlerinstances that make use
 ofHttpRequestMapperto dispatch
 the request to a particularAsyncServerExchangeHandlerfor processing. | 
| Constructor and Description | 
|---|
| TerminalAsyncServerFilter(HandlerFactory<AsyncServerExchangeHandler> handlerFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| Cancellable | H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context) | 
| <T> Future<T> | H2MultiplexingRequester. execute(AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context,
       FutureCallback<T> callback) | 
| Cancellable | H2MultiplexingRequester. execute(HttpHost target,
       AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context) | 
| <T> Future<T> | H2MultiplexingRequester. execute(HttpHost target,
       AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context,
       FutureCallback<T> callback) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultAsyncPushConsumerFactoryFactory for  AsyncPushConsumerinstances that make use
 ofHttpRequestMapperto dispatch
 the request to a particularAsyncPushConsumerfor processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       HttpContext context) | 
| <T> Future<T> | ClientSessionEndpoint. execute(AsyncRequestProducer requestProducer,
       AsyncResponseConsumer<T> responseConsumer,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       HttpContext context,
       FutureCallback<T> callback) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.