Package | Description |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCookie
The default
Cookie implementation. |
Modifier and Type | Method and Description |
---|---|
Set<Cookie> |
CookieDecoder.decode(String header)
Decodes the specified HTTP header value into
Cookie s. |
Modifier and Type | Method and Description |
---|---|
void |
CookieEncoder.addCookie(Cookie cookie)
Adds the specified
Cookie to this encoder. |
int |
DefaultCookie.compareTo(Cookie c) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.