Class CookieDecoder
java.lang.Object
org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final charDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private final InternalLoggerDeprecated.private static final StringDeprecated.private final booleanDeprecated.private static final StringDeprecated. -
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 intoCookies.private static voidDeprecated.private DefaultCookieinitCookie(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-trueif and only if this encoder is supposed to validate characters according to RFC6265.
-
-
Method Details
invalid reference
invalid reference
Cookies. This decoder can decode the HTTP cookie version 0, 1, and 2.