public class Rfc6265CookieProcessor extends CookieProcessorBase
ANCIENT_DATE, COOKIE_DATE_FORMAT
Constructor and Description |
---|
Rfc6265CookieProcessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateHeader(Cookie cookie)
Generate the HTTP header value for the given Cookie.
|
java.nio.charset.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.
|
public java.nio.charset.Charset getCharset()
CookieProcessor
public void parseCookieHeader(MimeHeaders headers, ServerCookies serverCookies)
CookieProcessor
public java.lang.String generateHeader(Cookie cookie)
CookieProcessor
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.