Uses of Class
io.undertow.server.handlers.CookieSameSiteMode
-
Packages that use CookieSameSiteMode Package Description io.undertow.server.handlers -
-
Uses of CookieSameSiteMode in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return CookieSameSiteMode Modifier and Type Method Description static CookieSameSiteMode
CookieSameSiteMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CookieSameSiteMode[]
CookieSameSiteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-