| 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 | Field and Description |
|---|---|
private HttpCookie.SameSite |
HttpCookie._sameSite |
| Modifier and Type | Method and Description |
|---|---|
HttpCookie.SameSite |
HttpCookie.getSameSite() |
static HttpCookie.SameSite |
HttpCookie.getSameSiteDefault(javax.servlet.ServletContext context)
Get the default value for SameSite cookie attribute, if one
has been set for the given context.
|
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.
|