Package io.netty.handler.codec.http
Class CookieDecoder
java.lang.Object
io.netty.handler.codec.http.CookieDecoder
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
Deprecated.private static final String
Deprecated.private static final String
Deprecated.private static final CookieDecoder
Deprecated.private final InternalLogger
Deprecated.private static final String
Deprecated.private final boolean
Deprecated.private static final CookieDecoder
Deprecated.private static final String
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Decodes the specified HTTP header value intoCookie
s.private static void
Deprecated.private DefaultCookie
initCookie
(String name, String value) Deprecated.
-
Field Details
-
logger
Deprecated. -
STRICT
Deprecated. -
LAX
Deprecated. -
COMMENT
Deprecated.- See Also:
-
COMMENTURL
Deprecated.- See Also:
-
DISCARD
Deprecated.- See Also:
-
PORT
Deprecated.- See Also:
-
VERSION
Deprecated.- See Also:
-
strict
private final boolean strictDeprecated.
-
-
Constructor Details
-
CookieDecoder
private CookieDecoder(boolean strict) Deprecated.
-
-
Method Details
ClientCookieDecoder
orServerCookieDecoder
instead. Decodes an HTTP header value intoCookie
s. This decoder can decode the HTTP cookie version 0, 1, and 2.