Class ClientCookieDecoder
java.lang.Object
io.netty.handler.codec.http.cookie.CookieDecoder
io.netty.handler.codec.http.cookie.ClientCookieDecoder
A RFC6265 compliant cookie decoder to be used client side.
It will store the way the raw value was wrapped in
Cookie.setWrap(boolean) so it can be
eventually sent back to the Origin server as is.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClientCookieDecoderLax instance that doesn't validate name and valuestatic final ClientCookieDecoderStrict encoder that validates that name and value chars are in the valid scope defined in RFC6265 -
Method Summary
Methods inherited from class CookieDecoder
initCookie
-
Field Details
-
STRICT
Strict encoder 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
-
-
Method Details
-
decode
-