public final class ClientCookieEncoder extends Object
Cookies into an HTTP header value. This encoder can encode
the HTTP cookie version 0, 1, and 2.
// ExampleHttpRequestreq = ...; res.setHeader("Cookie",ClientCookieEncoder.encode("JSESSIONID", "1234"));
CookieDecoderCopyright © 2008–2014 The Netty Project. All rights reserved.