ClientCookieDecoder
ServerCookieDecoder
Cookie
HttpRequest req = ...; String value = req.getHeader("Cookie"); Set<Cookie> cookies = CookieDecoder.decode(value);
HttpRequest
CookieDecoder
static Set<Cookie>
decode(String header)
decode(String header, boolean strict)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ClientCookieDecoderorServerCookieDecoderinstead. Decodes an HTTP header value intoCookies. This decoder can decode the HTTP cookie version 0, 1, and 2.