ClientCookieDecoder
or ServerCookieDecoder instead.
Decodes an HTTP header value into Cookies. This decoder can decode
the HTTP cookie version 0, 1, and 2.
HttpRequestreq = ...; String value = req.getHeader("Cookie"); Set<Cookie> cookies =CookieDecoder.decode(value);
@Deprecated public final class CookieDecoder extends Object
ClientCookieDecoder,
ServerCookieDecoderCopyright © 2008–2016 The Netty Project. All rights reserved.