Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.reactivex.ext.web.client | |
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava3.ext.web.client |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth)
Create a session aware web client using the provided
webClient instance. |
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
OAuth2WebClient |
OAuth2WebClient.withCredentials(Credentials credentials)
Mark that request should be dispatched with authentication obtained from passed
OAuth2Auth provider |
Modifier and Type | Method and Description |
---|---|
OAuth2WebClient |
OAuth2WebClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.newInstance(OAuth2WebClient arg) |
Constructor and Description |
---|
OAuth2WebClient(OAuth2WebClient delegate) |
Modifier and Type | Method and Description |
---|---|
OAuth2WebClient |
OAuth2WebClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.newInstance(OAuth2WebClient arg) |
Constructor and Description |
---|
OAuth2WebClient(OAuth2WebClient delegate) |
Modifier and Type | Method and Description |
---|---|
OAuth2WebClient |
OAuth2WebClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.newInstance(OAuth2WebClient arg) |
Constructor and Description |
---|
OAuth2WebClient(OAuth2WebClient delegate) |
Copyright © 2023 Eclipse. All rights reserved.