- java.lang.Object
-
- io.netty5.handler.codec.http.cookie.CookieHeaderNames
-
public final class CookieHeaderNames extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CookieHeaderNames.SameSite
Possible values for the SameSite attribute.
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
EXPIRES
public static final String EXPIRES
- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
- See Also:
- Constant Field Values
-
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
-
SECURE
public static final String SECURE
- See Also:
- Constant Field Values
-
HTTPONLY
public static final String HTTPONLY
- See Also:
- Constant Field Values
-
SAMESITE
public static final String SAMESITE
- See Also:
- Constant Field Values
-
-