Uses of Class
org.jboss.netty.handler.codec.http.cookie.DefaultCookie
-
Packages that use DefaultCookie Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.org.jboss.netty.handler.codec.http.cookie This package contains Cookie related classes. -
-
Uses of DefaultCookie in org.jboss.netty.handler.codec.http
Subclasses of DefaultCookie in org.jboss.netty.handler.codec.http Modifier and Type Class Description class
DefaultCookie
Deprecated.Useio.netty.handler.codec.http.cookie.DefaultCookie
instead. -
Uses of DefaultCookie in org.jboss.netty.handler.codec.http.cookie
Methods in org.jboss.netty.handler.codec.http.cookie that return DefaultCookie Modifier and Type Method Description protected DefaultCookie
CookieDecoder. initCookie(String header, int nameBegin, int nameEnd, int valueBegin, int valueEnd)
-