Uses of Package
org.apache.hc.core5.http.nio.support
Packages that use org.apache.hc.core5.http.nio.support
Package
Description
Support classes for the asynchronous I/O model.
-
Classes in org.apache.hc.core5.http.nio.support used by org.apache.hc.core5.http.nio.supportClassDescriptionBasic
AsyncClientExchangeHandlerimplementation that makes use ofAsyncRequestProducerto generate request message andAsyncResponseConsumerto process the response message returned by the server.Abstract server side message exchange handler.Client side execution pipeline assembler that createsAsyncClientExchangeHandlerinstances with the defined message exchange pipeline that triggers the givenFutureCallbackorCompletableFutureupon completion.Exchange completion stage.Request content stage.Request message stage.Response content generation stage.Response message stage.Exchange result signal stage.Builder forAsyncPushProducerinstances.Builder forAsyncRequestProducerinstances.Builder forAsyncResponseProducerinstances.An element in an asynchronous request processing chain.Server side execution pipeline assembler that suppliesAsyncServerExchangeHandlerinstances with the defined message exchange pipeline.Exchange completion stage.Exception handling stage.Request content processing stage.Request handling stage.Response content generation stage.Response message stage.