Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
HttpCookie.getCommentWithAttributes(java.lang.String comment,
boolean httpOnly,
HttpCookie.SameSite sameSite) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
HttpCookie.SameSite |
SessionHandler.getSameSite() |
Modifier and Type | Method and Description |
---|---|
void |
SessionHandler.setSameSite(HttpCookie.SameSite sameSite)
Set Session cookie sameSite mode.
|
Copyright © 1995–2019 Webtide. All rights reserved.