Class CookieDecoder
java.lang.Object
io.netty.handler.codec.http.CookieDecoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final CookieDecoderDeprecated.private final InternalLoggerDeprecated.private static final StringDeprecated.private final booleanDeprecated.private static final CookieDecoderDeprecated.private static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Decodes the specified HTTP header value intoCookies.private static voidDeprecated.private DefaultCookieinitCookie(String name, String value) Deprecated.
-
Field Details
-
logger
Deprecated. -
STRICT
Deprecated. -
LAX
Deprecated. -
COMMENT
-
COMMENTURL
-
DISCARD
-
PORT
-
VERSION
-
strict
private final boolean strictDeprecated.
-
-
Constructor Details
-
CookieDecoder
private CookieDecoder(boolean strict) Deprecated.
-
-
Method Details
-
decode
-
decode
-
doDecode
-
extractKeyValuePairs
-
initCookie
Deprecated.
-
ClientCookieDecoderorServerCookieDecoderinstead. Decodes an HTTP header value intoCookies. This decoder can decode the HTTP cookie version 0, 1, and 2.