Uses of Class
io.netty.handler.codec.http.cookie.ServerCookieEncoder
Packages that use ServerCookieEncoder
Package
Description
This package contains Cookie related classes.
-
Uses of ServerCookieEncoder in io.netty.handler.codec.http.cookie
Fields in io.netty.handler.codec.http.cookie declared as ServerCookieEncoderModifier and TypeFieldDescriptionstatic final ServerCookieEncoderServerCookieEncoder.LAXLax instance that doesn't validate name and value, and that allows multiple cookies with the same name.static final ServerCookieEncoderServerCookieEncoder.STRICTStrict encoder that validates that name and value chars are in the valid scope defined in RFC6265, and (for methods that accept multiple cookies) that only one cookie is encoded with any given name.