| Package | Description |
|---|---|
| io.vertx.ext.web.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebClientSession
An asynchronous sessions aware HTTP / HTTP/2 client called
WebClientSession. |
| Modifier and Type | Method and Description |
|---|---|
static WebClient |
WebClient.create(Vertx vertx)
Create a web client using the provided
vertx instance and default options. |
static WebClient |
WebClient.create(Vertx vertx,
WebClientOptions options)
Create a web client using the provided
vertx instance. |
static WebClient |
WebClient.wrap(HttpClient httpClient)
Wrap an
httpClient with a web client and default options. |
static WebClient |
WebClient.wrap(HttpClient httpClient,
WebClientOptions options)
Wrap an
httpClient with a web client and default options. |
| Modifier and Type | Method and Description |
|---|---|
static WebClientSession |
WebClientSession.create(WebClient webClient)
Create a session aware web client using the provided
webClient instance. |
static WebClientSession |
WebClientSession.create(WebClient webClient,
CookieStore cookieStore)
Create a session aware web client using the provided
webClient instance. |
Copyright © 2018 Eclipse. All rights reserved.