Uses of Class
io.netty.handler.codec.http.cookie.ServerCookieDecoder
Packages that use ServerCookieDecoder
Package
Description
This package contains Cookie related classes.
-
Uses of ServerCookieDecoder in io.netty.handler.codec.http.cookie
Fields in io.netty.handler.codec.http.cookie declared as ServerCookieDecoderModifier and TypeFieldDescriptionstatic final ServerCookieDecoderServerCookieDecoder.LAXLax instance that doesn't validate name and valuestatic final ServerCookieDecoderServerCookieDecoder.STRICTStrict decoder that validates that name and value chars are in the valid scope defined in RFC6265