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
Cookie s. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultCookie.compareTo(Cookie c) |
static String |
ClientCookieEncoder.encode(Cookie... cookies) |
static List<String> |
ServerCookieEncoder.encode(Cookie... cookies) |
static String |
ClientCookieEncoder.encode(Cookie cookie) |
static String |
ServerCookieEncoder.encode(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
ServerCookieEncoder.encode(Collection<Cookie> cookies) |
static String |
ClientCookieEncoder.encode(Iterable<Cookie> cookies) |
static List<String> |
ServerCookieEncoder.encode(Iterable<Cookie> cookies) |
Copyright © 2008–2013 The Netty Project. All rights reserved.