Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.reactivex.ext.web.client | |
io.vertx.rxjava.ext.web.client |
Modifier and Type | Method and Description |
---|---|
WebClientSession |
WebClientSession.addHeader(CharSequence name,
CharSequence value)
Configure the client to add an HTTP header to every request.
|
WebClientSession |
WebClientSession.addHeader(CharSequence name,
Iterable<CharSequence> values)
Configure the client to add an HTTP header to every request.
|
WebClientSession |
WebClientSession.addHeader(String name,
Iterable<String> values)
Configure the client to add an HTTP header to every request.
|
WebClientSession |
WebClientSession.addHeader(String name,
String value)
Configure the client to add an HTTP header to every request.
|
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. |
WebClientSession |
WebClientSession.removeHeader(CharSequence name)
Removes a previously added header.
|
WebClientSession |
WebClientSession.removeHeader(String name)
Removes a previously added header.
|
Modifier and Type | Method and Description |
---|---|
WebClientSession |
WebClientSession.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static WebClientSession |
WebClientSession.newInstance(WebClientSession arg) |
Constructor and Description |
---|
WebClientSession(WebClientSession delegate) |
Modifier and Type | Method and Description |
---|---|
WebClientSession |
WebClientSession.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static WebClientSession |
WebClientSession.newInstance(WebClientSession arg) |
Constructor and Description |
---|
WebClientSession(WebClientSession delegate) |
Copyright © 2021 Eclipse. All rights reserved.