Class ServerCookieDecoder
java.lang.Object
io.netty.handler.codec.http.cookie.CookieDecoder
io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerCookieDecoderLax instance that doesn't validate name and valueprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringstatic final ServerCookieDecoderStrict decoder that validates that name and value chars are in the valid scope defined in RFC6265 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CookieDecoder
initCookie
-
Field Details
-
RFC2965_VERSION
- See Also:
-
RFC2965_PATH
- See Also:
-
RFC2965_DOMAIN
- See Also:
-
RFC2965_PORT
- See Also:
-
STRICT
Strict decoder that validates that name and value chars are in the valid scope defined in RFC6265 -
LAX
Lax instance that doesn't validate name and value
-
-
Constructor Details
-
ServerCookieDecoder
private ServerCookieDecoder(boolean strict)
-
-
Method Details
-
decodeAll
-
decode
-
decode
Decodes the specifiedCookieHTTP header value into aCookie.
-