Modifier and Type | Method and Description |
---|---|
static WebClient |
WebClient.create(io.vertx.core.Vertx vertx)
Create a web client using the provided
vertx instance and default options. |
static WebClient |
WebClient.create(io.vertx.core.Vertx vertx,
WebClientOptions options)
Create a web client using the provided
vertx instance. |
static WebClient |
WebClient.wrap(io.vertx.core.http.HttpClient httpClient)
Wrap an
httpClient with a web client and default options. |
static WebClient |
WebClient.wrap(io.vertx.core.http.HttpClient httpClient,
WebClientOptions options)
Wrap an
httpClient with a web client and default options. |
Copyright © 2018. All rights reserved.