| Package | Description |
|---|---|
| io.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 |
|---|---|
static Set<Cookie> |
CookieDecoder.decode(String header)
Decodes the specified HTTP header value into
Cookies. |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultCookie.compareTo(Cookie c) |
static List<String> |
ServerCookieEncoder.encode(Cookie... cookies) |
static String |
ClientCookieEncoder.encode(Cookie... cookies) |
static String |
ServerCookieEncoder.encode(Cookie cookie) |
static String |
ClientCookieEncoder.encode(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ServerCookieEncoder.encode(Collection<Cookie> cookies) |
static List<String> |
ServerCookieEncoder.encode(Iterable<Cookie> cookies) |
static String |
ClientCookieEncoder.encode(Iterable<Cookie> cookies) |
Copyright © 2008–2014 The Netty Project. All rights reserved.