Package | Description |
---|---|
io.vertx.reactivex.ext.web.client |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<WebClientSession> |
WebClientSession.__TYPE_ARG |
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. |
static WebClientSession |
WebClientSession.newInstance(WebClientSession arg) |
WebClientSession |
WebClientSession.removeHeader(CharSequence name)
Removes a previously added header.
|
WebClientSession |
WebClientSession.removeHeader(String name)
Removes a previously added header.
|
Copyright © 2023 Eclipse. All rights reserved.