Package | Description |
---|---|
io.vertx.ext.web.client | |
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 | 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 © 2023 Eclipse. All rights reserved.