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 class
DefaultCookie
Deprecated.Useio.netty.handler.codec.http.cookie.DefaultCookie
instead.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 intoCookie
s.Methods in org.jboss.netty.handler.codec.http with parameters of type Cookie Modifier and Type Method Description void
CookieEncoder. addCookie(Cookie cookie)
Adds the specifiedCookie
to this encoder.
-