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