Uses of Enum
io.vertx.core.http.CookieSameSite
Packages that use CookieSameSite
-
Uses of CookieSameSite in io.vertx.core.http
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.