Uses of Class
org.eclipse.jetty.http.HttpCookie.SameSite
-
Packages that use HttpCookie.SameSite Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpCookie.SameSite Modifier and Type Method Description HttpCookie.SameSite
HttpCookie. getSameSite()
static HttpCookie.SameSite
HttpCookie. getSameSiteFromComment(java.lang.String comment)
static HttpCookie.SameSite
HttpCookie.SameSite. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpCookie.SameSite[]
HttpCookie.SameSite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jetty.http with parameters of type HttpCookie.SameSite Constructor Description HttpCookie(java.lang.String name, java.lang.String value, java.lang.String domain, java.lang.String path, long maxAge, boolean httpOnly, boolean secure, java.lang.String comment, int version, HttpCookie.SameSite sameSite)
-