| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| 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.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| org.apache.hc.core5.testing.nio | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext executeContext) | 
| void | HttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       Timeout timeout,
       HttpContext executeContext) | 
| 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. | 
| void | AsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler,
       HttpContext context)Initiates a message exchange using the given handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncClientExchangeHandler | RequestExecutionCommand. getExchangeHandler() | 
| Constructor and Description | 
|---|
| RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
                       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
                       CancellableDependency cancellableDependency,
                       HttpContext context) | 
| RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
                       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
                       HttpContext context) | 
| RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
                       HttpContext context) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicClientExchangeHandler<T>Basic  AsyncClientExchangeHandlerimplementation that makes use
 ofAsyncRequestProducerto generate request message
 andAsyncResponseConsumerto process the response message returned by the server. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cancellable | H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       Timeout timeout,
       HttpContext context) | 
| Cancellable | H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler,
       Timeout timeout,
       HttpContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler,
       HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
       HttpContext context) | 
| void | ClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler,
       HttpContext context) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.