| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Network.setCookie(String name,
String value,
String url,
String domain,
String path,
Boolean secure,
Boolean httpOnly,
CookieSameSite sameSite,
Double expires)
Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSameSite |
Cookie.getSameSite()
Cookie SameSite type.
|
CookieSameSite |
CookieParam.getSameSite()
Cookie SameSite type.
|
static CookieSameSite |
CookieSameSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieSameSite[] |
CookieSameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cookie.setSameSite(CookieSameSite sameSite)
Cookie SameSite type.
|
void |
CookieParam.setSameSite(CookieSameSite sameSite)
Cookie SameSite type.
|
Copyright © 2020. All rights reserved.