| Package | Description |
|---|---|
| ej.hoka.http |
| Modifier and Type | Method and Description |
|---|---|
static Cookie.SameSite |
Cookie.SameSite.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cookie.SameSite[] |
Cookie.SameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.addCookie(java.lang.String name,
java.lang.String value,
java.lang.String domain,
java.lang.String path,
int maxAge,
java.util.Date expires,
boolean secured,
boolean httpOnly,
Cookie.SameSite sameSite)
Adds the specified cookie to the response.
|