@Contract(threading=STATELESS) public class BasicSecureHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
secure attribute handler.| 限定符和类型 | 字段和说明 |
|---|---|
static BasicSecureHandler |
INSTANCE
Singleton instance.
|
| 构造器和说明 |
|---|
BasicSecureHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributeName() |
boolean |
match(Cookie cookie,
CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
void |
parse(SetCookie cookie,
String value)
Parse the given cookie attribute value and processChallenge the corresponding
Cookie property. |
validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic static final BasicSecureHandler 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 boolean match(Cookie cookie, CookieOrigin origin)
CookieAttributeHandlermatch 在接口中 CookieAttributeHandlermatch 在类中 AbstractCookieAttributeHandlercookie - Cookie to matchorigin - the cookie source to match againsttrue if the match is successful; false otherwisepublic String getAttributeName()
getAttributeName 在接口中 CommonCookieAttributeHandlerCopyright © 2023. All rights reserved.