public interface CookieProcessor
Modifier and Type | Method and Description |
---|---|
String |
generateHeader(Cookie cookie)
Generate the HTTP header value for the given Cookie.
|
Charset |
getCharset()
The character set that will be used when converting between bytes and
characters when parsing and/or generating HTTP headers for cookies.
|
void |
parseCookieHeader(MimeHeaders headers,
ServerCookies serverCookies)
Parse the provided headers into server cookie objects.
|
void parseCookieHeader(MimeHeaders headers, ServerCookies serverCookies)
String generateHeader(Cookie cookie)
Charset getCharset()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.