public class CookieDecoder extends Object
Cookie
s. This decoder can decode
the HTTP cookie version 0, 1, and 2.
HttpRequest
req = ...; String value = req.getHeader("Cookie"); Set<Cookie
> cookies = newCookieDecoder
().decode(value);
CookieEncoder
Constructor and Description |
---|
CookieDecoder()
Creates a new decoder.
|
CookieDecoder(boolean lenient)
Deprecated.
Use
CookieDecoder() instead. |
public CookieDecoder()
@Deprecated public CookieDecoder(boolean lenient)
CookieDecoder()
instead.Copyright © 2008-2014 The Netty Project. All Rights Reserved.