Uses of Enum Class
org.eclipse.jetty.http.HttpCookie.SameSite
Packages that use HttpCookie.SameSite
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Subclasses with type arguments of type HttpCookie.SameSite in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic enumThe possible values for theSameSiteattribute, defined in the follow-up of RFC 6265, at the time of this writing defined at RFC 6265bis.Methods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier and TypeMethodDescriptionstatic HttpCookie.SameSitedefault HttpCookie.SameSiteHttpCookie.getSameSite()HttpCookie.Wrapper.getSameSite()static HttpCookie.SameSiteReturns the enum constant of this class with the specified name.static HttpCookie.SameSite[]HttpCookie.SameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpCookie.SameSite