Uses of Class
io.vertx.mutiny.core.http.HttpClientResponse
-
Packages that use HttpClientResponse Package Description io.vertx.mutiny.core.http -
-
Uses of HttpClientResponse in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClientResponse Modifier and Type Field Description static TypeArg<HttpClientResponse>HttpClientResponse. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClientResponse Modifier and Type Method Description HttpClientResponseHttpClientResponse. bodyHandler(Consumer<Buffer> bodyHandler)HttpClientResponseHttpClientResponse. customFrameHandler(Consumer<HttpFrame> handler)HttpClientResponseHttpClientResponse. endHandler(Consumer<Void> endHandler)HttpClientResponseHttpClientResponse. exceptionHandler(Consumer<Throwable> handler)HttpClientResponseHttpClientResponse. fetch(long amount)HttpClientResponseHttpClientResponse. handler(Consumer<Buffer> handler)static HttpClientResponseHttpClientResponse. newInstance(io.vertx.core.http.HttpClientResponse arg)HttpClientResponseHttpClientResponse. pause()HttpClientResponseHttpClientResponse. resume()HttpClientResponseHttpClientResponse. streamPriorityHandler(Consumer<io.vertx.core.http.StreamPriority> handler)Methods in io.vertx.mutiny.core.http that return types with arguments of type HttpClientResponse Modifier and Type Method Description Pipe<HttpClientResponse>HttpClientRequest. pipe()Iterable<HttpClientResponse>HttpClientRequest. toBlockingIterable()Stream<HttpClientResponse>HttpClientRequest. toBlockingStream()io.smallrye.mutiny.Multi<HttpClientResponse>HttpClientRequest. toMulti()Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpClientResponse Modifier and Type Method Description HttpClientRequestHttpClient. delete(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. deleteAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. getAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. getNow(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. getNow(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. getNow(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. getNow(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. handler(Consumer<HttpClientResponse> handler)Deprecated.HttpClientRequestHttpClient. head(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. headAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. headNow(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. headNow(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. headNow(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. headNow(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. optionsAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. optionsNow(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. optionsNow(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. optionsNow(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. optionsNow(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.io.smallrye.mutiny.Uni<Void>HttpClientRequest. pipeTo(WriteStream<HttpClientResponse> dst)Pipe thisReadStreamto theWriteStream.VoidHttpClientRequest. pipeToAndAwait(WriteStream<HttpClientResponse> dst)Blocking variant ofio.vertx.mutiny.core.streams.ReadStream#pipeTo(io.vertx.mutiny.core.streams.WriteStream.) voidHttpClientRequest. pipeToAndForget(WriteStream<HttpClientResponse> dst)Variant ofio.vertx.mutiny.core.streams.ReadStream#pipeTo(io.vertx.mutiny.core.streams.WriteStreamthat ignores the result of the operation.) HttpClientRequestHttpClient. post(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. postAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. putAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,Future<HttpClientRequest>> handler)HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. requestAbs(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String absoluteURI, Consumer<HttpClientResponse> responseHandler)HttpClientRequestHttpClient. requestAbs(io.vertx.core.http.HttpMethod method, String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.
-