public class Cookies
extends Object
- Author:
- pthomas3
-
-
Method Summary
static io.netty.handler.codec.http.cookie.Cookie
toMap(io.netty.handler.codec.http.cookie.Cookie cookie)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NAME
public static final String NAME
- See Also:
-
-
VALUE
public static final String VALUE
- See Also:
-
-
WRAP
public static final String WRAP
- See Also:
-
-
DOMAIN
public static final String DOMAIN
- See Also:
-
-
PATH
public static final String PATH
- See Also:
-
-
MAX_AGE
public static final String MAX_AGE
- See Also:
-
-
SECURE
public static final String SECURE
- See Also:
-
-
HTTP_ONLY
public static final String HTTP_ONLY
- See Also:
-
-
SAME_SITE
public static final String SAME_SITE
- See Also:
-
-
Method Details
-
toMap
public static Map<String,Object> toMap(io.netty.handler.codec.http.cookie.Cookie cookie)
-
fromMap
public static io.netty.handler.codec.http.cookie.Cookie fromMap(Map<String,Object> map)
-