Uses of Class
io.vertx.mutiny.core.http.HttpClientRequest
-
Packages that use HttpClientRequest Package Description io.vertx.mutiny.core.http -
-
Uses of HttpClientRequest in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClientRequest Modifier and Type Field Description static TypeArg<HttpClientRequest>HttpClientRequest. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClientRequest Modifier and Type Method Description HttpClientRequestHttpClientRequest. connectionHandler(Consumer<HttpConnection> handler)Deprecated.HttpClientRequestHttpClientRequest. continueHandler(Consumer<Void> handler)HttpClientRequestHttpClient. delete(int port, String host, String requestURI)HttpClientRequestHttpClient. delete(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. delete(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(String requestURI)HttpClientRequestHttpClient. delete(String host, String requestURI)HttpClientRequestHttpClient. delete(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. delete(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. deleteAbs(String absoluteURI)HttpClientRequestHttpClient. deleteAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. drainHandler(Consumer<Void> handler)HttpClientRequestHttpClientRequest. endHandler(Consumer<Void> endHandler)Deprecated.HttpClientRequestHttpClientRequest. exceptionHandler(Consumer<Throwable> handler)HttpClientRequestHttpClientRequest. fetch(long amount)Deprecated.HttpClientRequestHttpClient. get(int port, String host, String requestURI)HttpClientRequestHttpClient. get(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. get(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(String requestURI)HttpClientRequestHttpClient. get(String host, String requestURI)HttpClientRequestHttpClient. get(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. get(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. getAbs(String absoluteURI)HttpClientRequestHttpClient. getAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. handler(Consumer<HttpClientResponse> handler)Deprecated.HttpClientRequestHttpClient. head(int port, String host, String requestURI)HttpClientRequestHttpClient. head(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. head(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(String requestURI)HttpClientRequestHttpClient. head(String host, String requestURI)HttpClientRequestHttpClient. head(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. head(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. headAbs(String absoluteURI)HttpClientRequestHttpClient. headAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.static HttpClientRequestHttpClientRequest. newInstance(io.vertx.core.http.HttpClientRequest arg)HttpClientRequestHttpClient. options(int port, String host, String requestURI)HttpClientRequestHttpClient. options(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. options(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(String requestURI)HttpClientRequestHttpClient. options(String host, String requestURI)HttpClientRequestHttpClient. options(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. options(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. optionsAbs(String absoluteURI)HttpClientRequestHttpClient. optionsAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. pause()Deprecated.HttpClientRequestHttpClient. post(int port, String host, String requestURI)HttpClientRequestHttpClient. post(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. post(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(String requestURI)HttpClientRequestHttpClient. post(String host, String requestURI)HttpClientRequestHttpClient. post(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. post(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. postAbs(String absoluteURI)HttpClientRequestHttpClient. postAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. pushHandler(Consumer<HttpClientRequest> handler)HttpClientRequestHttpClient. put(int port, String host, String requestURI)HttpClientRequestHttpClient. put(int port, String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(io.vertx.core.http.RequestOptions options)HttpClientRequestHttpClient. put(io.vertx.core.http.RequestOptions options, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(String requestURI)HttpClientRequestHttpClient. put(String host, String requestURI)HttpClientRequestHttpClient. put(String host, String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. put(String requestURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClient. putAbs(String absoluteURI)HttpClientRequestHttpClient. putAbs(String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. putHeader(CharSequence name, CharSequence value)HttpClientRequestHttpClientRequest. putHeader(CharSequence name, Iterable<CharSequence> values)HttpClientRequestHttpClientRequest. putHeader(String name, Iterable<String> values)HttpClientRequestHttpClientRequest. putHeader(String name, String value)HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, int port, String host, String requestURI)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)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)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)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 requestURI)HttpClientRequestHttpClient. request(io.vertx.core.http.HttpMethod method, String host, String requestURI)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.HttpClientRequestHttpClientResponse. request()HttpClientRequestHttpClient. requestAbs(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String absoluteURI)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)HttpClientRequestHttpClient. requestAbs(io.vertx.core.http.HttpMethod method, String absoluteURI, Consumer<HttpClientResponse> responseHandler)Deprecated.HttpClientRequestHttpClientRequest. resume()Deprecated.HttpClientRequestHttpClientRequest. sendHead()HttpClientRequestHttpClientRequest. sendHead(Consumer<io.vertx.core.http.HttpVersion> completionHandler)HttpClientRequestHttpClientRequest. setChunked(boolean chunked)HttpClientRequestHttpClientRequest. setFollowRedirects(boolean followRedirects)HttpClientRequestHttpClientRequest. setHost(String host)HttpClientRequestHttpClientRequest. setMaxRedirects(int maxRedirects)HttpClientRequestHttpClientRequest. setRawMethod(String method)HttpClientRequestHttpClientRequest. setStreamPriority(io.vertx.core.http.StreamPriority streamPriority)HttpClientRequestHttpClientRequest. setTimeout(long timeoutMs)HttpClientRequestHttpClientRequest. setWriteQueueMaxSize(int maxSize)HttpClientRequestHttpClientRequest. writeAndForget(Buffer data)Variant ofwrite(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.HttpClientRequestHttpClientRequest. writeAndForget(String chunk)Variant ofwrite(String)that ignores the result of the operation.HttpClientRequestHttpClientRequest. writeAndForget(String chunk, String enc)Variant ofwrite(String,String)that ignores the result of the operation.HttpClientRequestHttpClientRequest. writeCustomFrame(int type, int flags, Buffer payload)HttpClientRequestHttpClientRequest. writeCustomFrame(HttpFrame frame)Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpClientRequest Modifier and Type Method Description HttpClientRequestHttpClientRequest. pushHandler(Consumer<HttpClientRequest> handler)HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,Future<HttpClientRequest>> handler)
-