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