Uses of Class
io.netty.handler.codec.http.cookie.ClientCookieDecoder
Packages that use ClientCookieDecoder
Package
Description
This package contains Cookie related classes.
-
Uses of ClientCookieDecoder in io.netty.handler.codec.http.cookie
Fields in io.netty.handler.codec.http.cookie declared as ClientCookieDecoderModifier and TypeFieldDescriptionstatic final ClientCookieDecoder
ClientCookieDecoder.LAX
Lax instance that doesn't validate name and valuestatic final ClientCookieDecoder
ClientCookieDecoder.STRICT
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265