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 clientOptions)Create a HTTP/HTTPS client using the specified client optionsHttpClientVertx. createHttpClient(HttpClientOptions clientOptions, PoolOptions poolOptions)Create a HTTP/HTTPS client using the specified client and pool optionsHttpClientVertx. createHttpClient(PoolOptions poolOptions)Create a HTTP/HTTPS client using the specified pool 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 HttpClientHttpClientBuilder. build()Build and return the client.HttpClientHttpClient. connectionHandler(Handler<HttpConnection> handler)Deprecated.static HttpClientHttpClient. newInstance(HttpClient arg)HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,io.reactivex.rxjava3.core.Single<RequestOptions>> handler)Deprecated. -
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 .
-