public final class ClientCookieEncoder extends Object
Cookie
s into an HTTP header value. This encoder can encode
the HTTP cookie version 0, 1, and 2.
// ExampleHttpRequest
req = ...; res.setHeader("Cookie",ClientCookieEncoder
.encode("JSESSIONID", "1234"));
CookieDecoder
Copyright © 2008-2012 The Netty Project. All Rights Reserved.