Package | Description |
---|---|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
Modifier and Type | Method and Description |
---|---|
CookieHeaderNames.SameSite |
DefaultCookie.sameSite()
Checks to see if this
Cookie can be sent along cross-site requests. |
static CookieHeaderNames.SameSite |
CookieHeaderNames.SameSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieHeaderNames.SameSite[] |
CookieHeaderNames.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 |
DefaultCookie.setSameSite(CookieHeaderNames.SameSite sameSite)
Determines if this this
Cookie can be sent along cross-site requests. |
Copyright © 2008–2024 The Netty Project. All rights reserved.