@Contract(threading=STATELESS) public class LaxExpiresHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
expires attribute handler conformant to the more relaxed interpretation
of HTTP state management.| 限定符和类型 | 字段和说明 |
|---|---|
static LaxExpiresHandler |
INSTANCE
Singleton instance.
|
| 构造器和说明 |
|---|
LaxExpiresHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributeName() |
void |
parse(SetCookie cookie,
String value)
Parse the given cookie attribute value and processChallenge the corresponding
Cookie property. |
match, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatch, validatepublic static final LaxExpiresHandler INSTANCE
public void parse(SetCookie cookie, String value) throws MalformedCookieException
CookieAttributeHandlerCookie property.parse 在接口中 CookieAttributeHandlercookie - Cookie to be updatedvalue - cookie attribute value from the cookie response headerMalformedCookieException - if cookie parsing fails for this attributepublic String getAttributeName()
getAttributeName 在接口中 CommonCookieAttributeHandlerCopyright © 2023. All rights reserved.