@Immutable public class BasicDomainHandlerHC4 extends java.lang.Object implements org.apache.http.cookie.CookieAttributeHandler
| Constructor and Description |
|---|
BasicDomainHandlerHC4() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin) |
void |
parse(org.apache.http.cookie.SetCookie cookie,
java.lang.String value) |
void |
validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin) |
public void parse(org.apache.http.cookie.SetCookie cookie,
java.lang.String value)
throws org.apache.http.cookie.MalformedCookieException
parse in interface org.apache.http.cookie.CookieAttributeHandlerorg.apache.http.cookie.MalformedCookieExceptionpublic void validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
throws org.apache.http.cookie.MalformedCookieException
validate in interface org.apache.http.cookie.CookieAttributeHandlerorg.apache.http.cookie.MalformedCookieExceptionpublic boolean match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
match in interface org.apache.http.cookie.CookieAttributeHandlerCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.