Uses of Class
io.netty5.handler.codec.http.cookie.ClientCookieDecoder
-
Packages that use ClientCookieDecoder Package Description io.netty5.handler.codec.http.cookie This package contains Cookie related classes. -
-
Uses of ClientCookieDecoder in io.netty5.handler.codec.http.cookie
Fields in io.netty5.handler.codec.http.cookie declared as ClientCookieDecoder Modifier and Type Field Description static ClientCookieDecoderClientCookieDecoder. LAXLax instance that doesn't validate name and valuestatic ClientCookieDecoderClientCookieDecoder. STRICTStrict encoder that validates that name and value chars are in the valid scope defined in RFC6265
-