Uses of Enum
io.vertx.core.http.CookieSameSite
Packages that use CookieSameSite
Package
Description
-
Uses of CookieSameSite in io.vertx.core.http
Subclasses with type arguments of type CookieSameSite in io.vertx.core.httpModifier and TypeClassDescriptionenumRepresents the Cookie SameSite policy to be used.Methods in io.vertx.core.http that return CookieSameSiteModifier and TypeMethodDescriptionCookie.getSameSite()static CookieSameSiteReturns 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 CookieSameSiteModifier and TypeMethodDescriptionCookie.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 CookieSameSiteModifier and TypeMethodDescriptionSessionHandler.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 CookieSameSiteModifier and TypeMethodDescriptionSessionHandler.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 CookieSameSiteModifier and TypeMethodDescriptionSessionHandler.setCookieSameSite(CookieSameSite policy) Set the session cookie SameSite policy to use.