@Contract(threading=STATELESS) public class BasicExpiresHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
expires attribute handler.| 构造器和说明 |
|---|
BasicExpiresHandler(DateTimeFormatter... datePatterns) |
BasicExpiresHandler(String[] datePatterns)
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 BasicExpiresHandler(DateTimeFormatter... datePatterns)
@Deprecated public BasicExpiresHandler(String[] datePatterns)
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.