| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCookie
Deprecated.
Use
DefaultCookie instead. |
| Modifier and Type | Field and Description |
|---|---|
private DefaultCookie |
ClientCookieDecoder.CookieBuilder.cookie |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultCookie |
CookieDecoder.initCookie(java.lang.String header,
int nameBegin,
int nameEnd,
int valueBegin,
int valueEnd) |
| Constructor and Description |
|---|
CookieBuilder(DefaultCookie cookie,
java.lang.String header) |