Uses of Class
io.vertx.mutiny.core.http.HttpClientResponse
Packages that use HttpClientResponse
-
Uses of HttpClientResponse in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClientResponseModifier and TypeFieldDescriptionstatic final TypeArg<HttpClientResponse>HttpClientResponse.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClientResponseModifier and TypeMethodDescriptionHttpClientResponse.bodyAndForget()Variant ofbody()that ignores the result of the operation.HttpClientResponse.bodyHandler(Consumer<Buffer> bodyHandler) HttpClientRequest.connectAndAwait()Blocking variant ofHttpClientRequest.connect().HttpClientResponse.customFrameHandler(Consumer<HttpFrame> handler) HttpClientResponse.endHandler(Runnable endHandler) HttpClientResponse.exceptionHandler(Consumer<Throwable> handler) HttpClientResponse.fetch(long amount) static HttpClientResponseHttpClientResponse.newInstance(io.vertx.core.http.HttpClientResponse arg) HttpClientResponse.pause()HttpClientRequest.responseAndAwait()Blocking variant ofHttpClientRequest.response().HttpClientResponse.resume()HttpClientRequest.sendAndAwait()Blocking variant ofHttpClientRequest.send().HttpClientRequest.sendAndAwait(Buffer body) Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.buffer.Buffer).HttpClientRequest.sendAndAwait(ReadStream<Buffer> body) Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.streams.ReadStream).HttpClientRequest.sendAndAwait(String body) Blocking variant ofHttpClientRequest.send(String).HttpClientRequest.sendAndAwait(Flow.Publisher<Buffer> body) Blocking variant ofHttpClientRequest.send(Flow$Publisher).HttpClientResponse.streamPriorityHandler(Consumer<io.vertx.core.http.StreamPriority> handler) Methods in io.vertx.mutiny.core.http that return types with arguments of type HttpClientResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.connect()Create an HTTP tunnel to the server.io.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.response()Set a callback for the associatedHttpClientResponse.io.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.send()Send the request with an empty body.io.smallrye.mutiny.Uni<HttpClientResponse>Send the request with a bufferbody.io.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.send(ReadStream<Buffer> body) Send the request with a streambody.io.smallrye.mutiny.Uni<HttpClientResponse>Send the request with a stringbody.io.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.send(Flow.Publisher<Buffer> body) Send the request with a streambody.Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpClientResponseModifier and TypeMethodDescriptionHttpClient.redirectHandler(Function<HttpClientResponse, io.smallrye.mutiny.Uni<io.vertx.core.http.RequestOptions>> handler) Deprecated.HttpClientRequest.redirectHandler(Function<HttpClientResponse, io.smallrye.mutiny.Uni<HttpClientRequest>> handler) HttpClientBuilder.withRedirectHandler(Function<HttpClientResponse, io.smallrye.mutiny.Uni<io.vertx.core.http.RequestOptions>> handler)
HttpClientBuilder.withRedirectHandler(Function)