Uses of Interface
org.jboss.netty.handler.codec.http.Cookie
-
Packages that use Cookie Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of Cookie in org.jboss.netty.handler.codec.http
Classes in org.jboss.netty.handler.codec.http that implement Cookie Modifier and Type Class Description classDefaultCookieDeprecated.Useio.netty.handler.codec.http.cookie.DefaultCookieinstead.Methods in org.jboss.netty.handler.codec.http that return types with arguments of type Cookie Modifier and Type Method Description Set<Cookie>CookieDecoder. decode(String header)Deprecated.Decodes the specified HTTP header value intoCookies.Methods in org.jboss.netty.handler.codec.http with parameters of type Cookie Modifier and Type Method Description voidCookieEncoder. addCookie(Cookie cookie)Adds the specifiedCookieto this encoder.
-