Uses of Class
io.vertx.reactivex.core.http.HttpClient
-
Packages that use HttpClient Package Description io.vertx.reactivex.core io.vertx.reactivex.core.http io.vertx.reactivex.ext.web.client io.vertx.reactivex.json.schema io.vertx.reactivex.servicediscovery.types -
-
Uses of HttpClient in io.vertx.reactivex.core
Methods in io.vertx.reactivex.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.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type HttpClient Modifier and Type Field Description static TypeArg<HttpClient>HttpClient. __TYPE_ARGMethods in io.vertx.reactivex.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(io.reactivex.functions.Function<HttpClientResponse,io.reactivex.Single<RequestOptions>> handler)Set a redirect handler for the http client.HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,Future<RequestOptions>> handler)Set a redirect handler for the http client. -
Uses of HttpClient in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.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.reactivex.json.schema
Methods in io.vertx.reactivex.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.reactivex.servicediscovery.types
Methods in io.vertx.reactivex.servicediscovery.types that return types with arguments of type HttpClient Modifier and Type Method Description static io.reactivex.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, JsonObject filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.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.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.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .Method parameters in io.vertx.reactivex.servicediscovery.types with type arguments of type HttpClient Modifier and Type Method Description static voidHttpEndpoint. getClient(ServiceDiscovery discovery, JsonObject filter, Handler<AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf, Handler<AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, Handler<AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject conf, Handler<AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .
-