Uses of Class
io.vertx.rxjava.core.http.HttpClient
-
Packages that use HttpClient Package Description io.vertx.rxjava.core io.vertx.rxjava.core.http io.vertx.rxjava.ext.web.client io.vertx.rxjava.json.schema io.vertx.rxjava.servicediscovery.types -
-
Uses of HttpClient in io.vertx.rxjava.core
Methods in io.vertx.rxjava.core that return HttpClient Modifier and Type Method Description HttpClient
Vertx. createHttpClient()
Create a HTTP/HTTPS client using default optionsHttpClient
Vertx. createHttpClient(io.vertx.core.http.HttpClientOptions clientOptions)
Create a HTTP/HTTPS client using the specified client optionsHttpClient
Vertx. createHttpClient(io.vertx.core.http.HttpClientOptions clientOptions, io.vertx.core.http.PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified client and pool optionsHttpClient
Vertx. createHttpClient(io.vertx.core.http.PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified pool options -
Uses of HttpClient in io.vertx.rxjava.core.http
Fields in io.vertx.rxjava.core.http with type parameters of type HttpClient Modifier and Type Field Description static TypeArg<HttpClient>
HttpClient. __TYPE_ARG
Methods in io.vertx.rxjava.core.http that return HttpClient Modifier and Type Method Description HttpClient
HttpClientBuilder. build()
Build and return the client.HttpClient
HttpClient. connectionHandler(io.vertx.core.Handler<HttpConnection> handler)
Deprecated.static HttpClient
HttpClient. newInstance(io.vertx.core.http.HttpClient arg)
HttpClient
HttpClient. redirectHandler(Function<HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.RequestOptions>> handler)
Deprecated. -
Uses of HttpClient in io.vertx.rxjava.ext.web.client
Methods in io.vertx.rxjava.ext.web.client with parameters of type HttpClient Modifier and Type Method Description static WebClient
WebClient. wrap(HttpClient httpClient)
Wrap anhttpClient
with a web client and default options.static WebClient
WebClient. wrap(HttpClient httpClient, io.vertx.ext.web.client.WebClientOptions options)
Wrap anhttpClient
with a web client and default options. -
Uses of HttpClient in io.vertx.rxjava.json.schema
Methods in io.vertx.rxjava.json.schema with parameters of type HttpClient Modifier and Type Method Description static SchemaRouter
SchemaRouter. create(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
Deprecated. -
Uses of HttpClient in io.vertx.rxjava.servicediscovery.types
Methods in io.vertx.rxjava.servicediscovery.types that return types with arguments of type HttpClient Modifier and Type Method Description static rx.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 rx.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 rx.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 rx.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.rxjava.servicediscovery.types with type arguments of type HttpClient Modifier and Type Method Description static void
HttpEndpoint. 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 void
HttpEndpoint. 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 void
HttpEndpoint. 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 void
HttpEndpoint. 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 .
-