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(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. |
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 © 2021 Eclipse. All rights reserved.