Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
static Set<Cookie> |
CookieDecoder.decode(String header)
Deprecated.
|
static Set<Cookie> |
CookieDecoder.decode(String header,
boolean strict)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ServerCookieEncoder.encode(Cookie... cookies)
Deprecated.
|
static String |
ClientCookieEncoder.encode(Cookie... cookies)
Deprecated.
|
static String |
ServerCookieEncoder.encode(Cookie cookie)
Deprecated.
|
static String |
ClientCookieEncoder.encode(Cookie cookie)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ServerCookieEncoder.encode(Collection<Cookie> cookies)
Deprecated.
|
static List<String> |
ServerCookieEncoder.encode(Iterable<Cookie> cookies)
Deprecated.
|
static String |
ClientCookieEncoder.encode(Iterable<Cookie> cookies)
Deprecated.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.