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(io.vertx.core.http.HttpClientOptions clientOptions)Create a HTTP/HTTPS client using the specified client optionsHttpClientVertx. createHttpClient(io.vertx.core.http.HttpClientOptions clientOptions, io.vertx.core.http.PoolOptions poolOptions)Create a HTTP/HTTPS client using the specified client and pool optionsHttpClientVertx. createHttpClient(io.vertx.core.http.PoolOptions poolOptions)Create a HTTP/HTTPS client using the specified pool 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 HttpClientHttpClientBuilder. build()Build and return the client.HttpClientHttpClient. connectionHandler(io.vertx.core.Handler<HttpConnection> handler)Deprecated.static HttpClientHttpClient. newInstance(io.vertx.core.http.HttpClient arg)HttpClientHttpClient. redirectHandler(io.reactivex.functions.Function<HttpClientResponse,io.reactivex.Single<io.vertx.core.http.RequestOptions>> handler)Deprecated.HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.RequestOptions>> handler)Deprecated. -
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, io.vertx.ext.web.client.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, io.vertx.json.schema.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, io.vertx.core.json.JsonObject filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .static io.reactivex.Single<HttpClient>HttpEndpoint. rxGetClient(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.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<io.vertx.servicediscovery.Record,Boolean> filter, io.vertx.core.json.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, io.vertx.core.json.JsonObject filter, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject conf, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .static voidHttpEndpoint. getClient(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter, io.vertx.core.json.JsonObject conf, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)Convenient method that looks for a HTTP endpoint and provides the configured .
-