Uses of Class
org.apache.hc.core5.http.Message
Packages that use Message
Package
Description
Support classes for the asynchronous I/O model.
-
Uses of Message in org.apache.hc.core5.http.nio.support
Method parameters in org.apache.hc.core5.http.nio.support with type arguments of type MessageModifier and TypeMethodDescriptionvoidBasicRequestConsumer.consumeRequest(HttpRequest request, EntityDetails entityDetails, HttpContext httpContext, FutureCallback<Message<HttpRequest, T>> resultCallback) voidBasicResponseConsumer.consumeResponse(HttpResponse response, EntityDetails entityDetails, HttpContext httpContext, FutureCallback<Message<HttpResponse, T>> resultCallback) -
Uses of Message in org.apache.hc.core5.reactive
Methods in org.apache.hc.core5.reactive that return types with arguments of type MessageModifier and TypeMethodDescriptionFuture<Message<HttpResponse, org.reactivestreams.Publisher<ByteBuffer>>> ReactiveResponseConsumer.getResponseFuture()Constructor parameters in org.apache.hc.core5.reactive with type arguments of type MessageModifierConstructorDescriptionReactiveResponseConsumer(FutureCallback<Message<HttpResponse, org.reactivestreams.Publisher<ByteBuffer>>> responseCallback) Creates aReactiveResponseConsumerthat will call back the suppliedFutureCallbackwith a streamable response.