Uses of Interface
io.vertx.ext.web.client.spi.CookieStore
-
Packages that use CookieStore Package Description io.vertx.ext.web.client io.vertx.ext.web.client.spi io.vertx.reactivex.ext.web.client io.vertx.rxjava3.ext.web.client -
-
Uses of CookieStore in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return CookieStore Modifier and Type Method Description CookieStore
WebClientSession. cookieStore()
Returns this client'sCookieStore
Methods in io.vertx.ext.web.client with parameters of type CookieStore Modifier and Type Method Description static WebClientSession
WebClientSession. create(WebClient webClient, CookieStore cookieStore)
Create a session aware web client using the providedwebClient
instance. -
Uses of CookieStore in io.vertx.ext.web.client.spi
Methods in io.vertx.ext.web.client.spi that return CookieStore Modifier and Type Method Description static CookieStore
CookieStore. build()
Builds an in memory cookie store.CookieStore
CookieStore. put(Cookie cookie)
Add a cookie to thisCookieStore
.CookieStore
CookieStore. remove(Cookie cookie)
Removes a previously added cookie. -
Uses of CookieStore in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return CookieStore Modifier and Type Method Description CookieStore
WebClientSession. cookieStore()
Returns this client'sCookieStore
Methods in io.vertx.reactivex.ext.web.client with parameters of type CookieStore Modifier and Type Method Description static WebClientSession
WebClientSession. create(WebClient webClient, CookieStore cookieStore)
Create a session aware web client using the providedwebClient
instance. -
Uses of CookieStore in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return CookieStore Modifier and Type Method Description CookieStore
WebClientSession. cookieStore()
Returns this client'sCookieStore
Methods in io.vertx.rxjava3.ext.web.client with parameters of type CookieStore Modifier and Type Method Description static WebClientSession
WebClientSession. create(WebClient webClient, CookieStore cookieStore)
Create a session aware web client using the providedwebClient
instance.
-