public class LaxBrowserCompatSpec extends RFC6265LaxSpec
Constructor and Description |
---|
LaxBrowserCompatSpec() |
Modifier and Type | Method and Description |
---|---|
int |
getVersion() |
org.apache.http.Header |
getVersionHeader() |
boolean |
match(org.apache.http.cookie.Cookie arg0,
org.apache.http.cookie.CookieOrigin arg1) |
List<org.apache.http.cookie.Cookie> |
parse(org.apache.http.Header arg0,
org.apache.http.cookie.CookieOrigin arg1) |
void |
validate(org.apache.http.cookie.Cookie arg0,
org.apache.http.cookie.CookieOrigin arg1) |
toString
public final List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header arg0, org.apache.http.cookie.CookieOrigin arg1) throws org.apache.http.cookie.MalformedCookieException
parse
in interface org.apache.http.cookie.CookieSpec
org.apache.http.cookie.MalformedCookieException
public final void validate(org.apache.http.cookie.Cookie arg0, org.apache.http.cookie.CookieOrigin arg1) throws org.apache.http.cookie.MalformedCookieException
validate
in interface org.apache.http.cookie.CookieSpec
org.apache.http.cookie.MalformedCookieException
public final boolean match(org.apache.http.cookie.Cookie arg0, org.apache.http.cookie.CookieOrigin arg1)
match
in interface org.apache.http.cookie.CookieSpec
public final int getVersion()
getVersion
in interface org.apache.http.cookie.CookieSpec
public final org.apache.http.Header getVersionHeader()
getVersionHeader
in interface org.apache.http.cookie.CookieSpec