@Contract(threading=SAFE) public abstract class CookieSpecBase extends AbstractCookieSpec
| Modifier | Constructor and Description | 
|---|---|
|   | CookieSpecBase() | 
| protected  | CookieSpecBase(CommonCookieAttributeHandler... handlers) | 
| protected  | CookieSpecBase(HashMap<String,CookieAttributeHandler> map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static String | getDefaultDomain(CookieOrigin origin) | 
| protected static String | getDefaultPath(CookieOrigin origin) | 
| boolean | match(Cookie cookie,
     CookieOrigin origin)Determines if a Cookie matches the target location. | 
| protected List<Cookie> | parse(HeaderElement[] elems,
     CookieOrigin origin) | 
| void | validate(Cookie cookie,
        CookieOrigin origin)Validate the cookie according to validation rules defined by the
  cookie specification. | 
findAttribHandler, getAttribHandler, getAttribHandlersclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatCookies, parsepublic CookieSpecBase()
protected CookieSpecBase(CommonCookieAttributeHandler... handlers)
protected CookieSpecBase(HashMap<String,CookieAttributeHandler> map)
protected static String getDefaultDomain(CookieOrigin origin)
protected static String getDefaultPath(CookieOrigin origin)
public boolean match(Cookie cookie, CookieOrigin origin)
CookieSpeccookie - the Cookie to be matchedorigin - the target to test againsttrue if the cookie should be submitted with a request
  with given attributes, false otherwise.protected List<Cookie> parse(HeaderElement[] elems, CookieOrigin origin) throws MalformedCookieException
MalformedCookieExceptionpublic void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException
CookieSpeccookie - the Cookie to validateorigin - details of the cookie originMalformedCookieException - if the cookie is invalid