Uses of Class
io.vertx.rxjava3.core.http.HttpClient
-
-
Uses of HttpClient in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return HttpClient Modifier and Type Method Description HttpClientVertx. createHttpClient()Create a HTTP/HTTPS client using default optionsHttpClientVertx. createHttpClient(HttpClientOptions options)Create a HTTP/HTTPS client using the specified options -
Uses of HttpClient in io.vertx.rxjava3.core.http
Fields in io.vertx.rxjava3.core.http with type parameters of type HttpClient Modifier and Type Field Description static TypeArg<HttpClient>HttpClient. __TYPE_ARGMethods in io.vertx.rxjava3.core.http that return HttpClient Modifier and Type Method Description HttpClientHttpClient. connectionHandler(Handler<HttpConnection> handler)Set a connection handler for the client.static HttpClientHttpClient. newInstance(HttpClient arg)HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,io.reactivex.rxjava3.core.Single<RequestOptions>> handler)Set a redirect handler for the http client. -
Uses of HttpClient in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client with parameters of type HttpClient Modifier and Type Method Description static WebClientWebClient. wrap(HttpClient httpClient)Wrap anhttpClientwith a web client and default options.static WebClientWebClient. wrap(HttpClient httpClient, WebClientOptions options)Wrap anhttpClientwith a web client and default options. -
Uses of HttpClient in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy with parameters of type HttpClient Modifier and Type Method Description static HttpProxyHttpProxy. reverseProxy(ProxyOptions options, HttpClient client)Create a newHttpProxyinstance.static HttpProxyHttpProxy. reverseProxy(HttpClient client)Create a newHttpProxyinstance. -
Uses of HttpClient in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema with parameters of type HttpClient Modifier and Type Method Description static SchemaRouterSchemaRouter. create(Vertx vertx, HttpClient client, FileSystem fs, SchemaRouterOptions schemaRouterOptions)Deprecated. -
Uses of HttpClient in io.vertx.rxjava3.servicediscovery.types
Methods in io.vertx.rxjava3.servicediscovery.types that return types with arguments of type HttpClient Modifier and Type Method Description static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, JsonObject filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, Function<Record,Boolean> filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, JsonObject filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, Function<Record,Boolean> filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.rxjava3.core.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .
-