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