Uses of Class
io.vertx.core.http.CookieSameSite
-
Packages that use CookieSameSite Package Description io.vertx.core.http io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of CookieSameSite in io.vertx.core.http
Methods in io.vertx.core.http that return CookieSameSite Modifier and Type Method Description CookieSameSite
Cookie. getSameSite()
static CookieSameSite
CookieSameSite. valueOf(String name)
Returns the enum constant of this type with the specified name.static CookieSameSite[]
CookieSameSite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.http with parameters of type CookieSameSite Modifier and Type Method Description Cookie
Cookie. setSameSite(CookieSameSite policy)
Sets the same site of this cookie. -
Uses of CookieSameSite in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type CookieSameSite Modifier and Type Method Description SessionHandler
SessionHandler. setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use. -
Uses of CookieSameSite in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type CookieSameSite Modifier and Type Method Description SessionHandler
SessionHandler. setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use. -
Uses of CookieSameSite in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type CookieSameSite Modifier and Type Method Description SessionHandler
SessionHandler. setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use.
-