Class CookieDecoder
java.lang.Object
org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char
Deprecated.private static final String
Deprecated.private static final String
Deprecated.private static final String
Deprecated.private final InternalLogger
Deprecated.private static final String
Deprecated.private final boolean
Deprecated.private static final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new decoder.CookieDecoder
(boolean strict) Deprecated.Creates a new decoder. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Decodes the specified HTTP header value intoCookie
s.private static void
Deprecated.private DefaultCookie
initCookie
(String name, String value) Deprecated.
-
Field Details
-
logger
Deprecated. -
COMMENT
Deprecated.- See Also:
-
COMMENTURL
Deprecated.- See Also:
-
DISCARD
Deprecated.- See Also:
-
PORT
Deprecated.- See Also:
-
VERSION
Deprecated.- See Also:
-
COMMA
private static final char COMMADeprecated.- See Also:
-
strict
private final boolean strictDeprecated.
-
-
Constructor Details
-
CookieDecoder
public CookieDecoder()Deprecated.Creates a new decoder. -
CookieDecoder
public CookieDecoder(boolean strict) Deprecated.Creates a new decoder.- Parameters:
strict
-true
if and only if this encoder is supposed to validate characters according to RFC6265.
-
-
Method Details
invalid reference
invalid reference
Cookie
s. This decoder can decode the HTTP cookie version 0, 1, and 2.