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.
|