Uses of Enum
io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
Packages that use CookieHeaderNames.SameSite
Package
Description
This package contains Cookie related classes.
-
Uses of CookieHeaderNames.SameSite in io.netty.handler.codec.http.cookie
Subclasses with type arguments of type CookieHeaderNames.SameSite in io.netty.handler.codec.http.cookieModifier and TypeClassDescriptionstatic enumPossible values for the SameSite attribute.Methods in io.netty.handler.codec.http.cookie that return CookieHeaderNames.SameSiteModifier and TypeMethodDescriptionDefaultCookie.sameSite()Checks to see if thisCookiecan be sent along cross-site requests.static CookieHeaderNames.SameSiteReturns the enum constant of this type with the specified name.static CookieHeaderNames.SameSite[]CookieHeaderNames.SameSite.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.http.cookie with parameters of type CookieHeaderNames.SameSiteModifier and TypeMethodDescriptionvoidDefaultCookie.setSameSite(CookieHeaderNames.SameSite sameSite) Determines if this thisCookiecan be sent along cross-site requests.