|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
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 | |
---|---|
class |
DefaultCookie
The default Cookie implementation. |
Methods in org.jboss.netty.handler.codec.http that return types with arguments of type Cookie | |
---|---|
Set<Cookie> |
CookieDecoder.decode(String header)
Decodes the specified HTTP header value into Cookie s. |
Methods in org.jboss.netty.handler.codec.http with parameters of type Cookie | |
---|---|
void |
CookieEncoder.addCookie(Cookie cookie)
Adds the specified Cookie to this encoder. |
int |
DefaultCookie.compareTo(Cookie c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |