@NotThreadSafe public abstract class CookieSpecBaseHC4 extends AbstractCookieSpecHC4
| Constructor and Description |
|---|
CookieSpecBaseHC4() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getDefaultDomain(org.apache.http.cookie.CookieOrigin origin) |
protected static java.lang.String |
getDefaultPath(org.apache.http.cookie.CookieOrigin origin) |
boolean |
match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin) |
protected java.util.List<org.apache.http.cookie.Cookie> |
parse(org.apache.http.HeaderElement[] elems,
org.apache.http.cookie.CookieOrigin origin) |
void |
validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin) |
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandlerprotected static java.lang.String getDefaultPath(org.apache.http.cookie.CookieOrigin origin)
protected static java.lang.String getDefaultDomain(org.apache.http.cookie.CookieOrigin origin)
protected java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.HeaderElement[] elems,
org.apache.http.cookie.CookieOrigin origin)
throws org.apache.http.cookie.MalformedCookieException
org.apache.http.cookie.MalformedCookieExceptionpublic void validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
throws org.apache.http.cookie.MalformedCookieException
org.apache.http.cookie.MalformedCookieExceptionpublic boolean match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.