| Package | Description |
|---|---|
| io.vertx.ext.web.client | |
| io.vertx.ext.web.client.impl | |
| io.vertx.ext.web.client.spi |
| Modifier and Type | Method and Description |
|---|---|
CookieStore |
WebClientSession.cookieStore()
Returns this client's
CookieStore |
| Modifier and Type | Method and Description |
|---|---|
static WebClientSession |
WebClientSession.create(WebClient webClient,
CookieStore cookieStore)
Create a session aware web client using the provided
webClient instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
CookieStoreImpl |
| Modifier and Type | Method and Description |
|---|---|
CookieStore |
WebClientSessionAware.cookieStore() |
CookieStore |
CookieStoreImpl.put(io.netty.handler.codec.http.cookie.Cookie cookie) |
CookieStore |
CookieStoreImpl.remove(io.netty.handler.codec.http.cookie.Cookie cookie) |
| Constructor and Description |
|---|
WebClientSessionAware(WebClient webClient,
CookieStore cookieStore) |
| Modifier and Type | Method and Description |
|---|---|
static CookieStore |
CookieStore.build()
Builds an in memory cookie store.
|
CookieStore |
CookieStore.put(io.netty.handler.codec.http.cookie.Cookie cookie)
Add a cookie to this
CookieStore. |
CookieStore |
CookieStore.remove(io.netty.handler.codec.http.cookie.Cookie cookie)
Removes a previously added cookie.
|
Copyright © 2021. All rights reserved.