Uses of Class
io.vertx.core.http.CookieSameSite
-
Packages that use CookieSameSite Package Description io.vertx.core.http -
-
Uses of CookieSameSite in io.vertx.core.http
Methods in io.vertx.core.http that return CookieSameSite Modifier and Type Method Description CookieSameSiteCookie. getSameSite()static CookieSameSiteCookieSameSite. 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 CookieCookie. setSameSite(CookieSameSite policy)Sets the same site of this cookie.
-