|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cookie | |
|---|---|
| org.jboss.netty.handler.codec.http2 | Encoder, decoder and their related message types for HTTP. |
| Uses of Cookie in org.jboss.netty.handler.codec.http2 |
|---|
| Classes in org.jboss.netty.handler.codec.http2 that implement Cookie | |
|---|---|
class |
DefaultCookie
The default Cookie implementation. |
| Methods in org.jboss.netty.handler.codec.http2 that return types with arguments of type Cookie | |
|---|---|
Set<Cookie> |
CookieDecoder.decode(String header)
Decodes the specified HTTP header value into Cookies. |
| Methods in org.jboss.netty.handler.codec.http2 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 | |||||||||