Uses of Class
io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Packages that use ClientCookieEncoder Package Description io.netty5.handler.codec.http.cookie This package contains Cookie related classes. -
-
Uses of ClientCookieEncoder in io.netty5.handler.codec.http.cookie
Fields in io.netty5.handler.codec.http.cookie declared as ClientCookieEncoder Modifier and Type Field Description static ClientCookieEncoder
ClientCookieEncoder. LAX
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps cookies in the order in which they were given.static ClientCookieEncoder
ClientCookieEncoder. STRICT
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
-