|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.cookie.AbstractCookieSpec
org.apache.http.impl.cookie.CookieSpecBase
org.apache.http.impl.cookie.BrowserCompatSpec
@NotThreadSafe public class BrowserCompatSpec
Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
Field Summary | |
---|---|
protected static String[] |
DATE_PATTERNS
Deprecated. |
Constructor Summary | |
---|---|
BrowserCompatSpec()
Default constructor |
|
BrowserCompatSpec(String[] datepatterns)
Default constructor |
Method Summary | |
---|---|
List<Header> |
formatCookies(List<Cookie> cookies)
Create "Cookie" headers for an array of Cookies. |
int |
getVersion()
Returns version of the state management this cookie specification conforms to. |
Header |
getVersionHeader()
Returns a request header identifying what version of the state management specification is understood. |
List<Cookie> |
parse(Header header,
CookieOrigin origin)
Parse the "Set-Cookie" Header into an array of Cookies. |
String |
toString()
|
Methods inherited from class org.apache.http.impl.cookie.CookieSpecBase |
---|
getDefaultDomain, getDefaultPath, match, parse, validate |
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieSpec |
---|
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@Deprecated protected static final String[] DATE_PATTERNS
Constructor Detail |
---|
public BrowserCompatSpec(String[] datepatterns)
public BrowserCompatSpec()
Method Detail |
---|
public List<Cookie> parse(Header header, CookieOrigin origin) throws MalformedCookieException
CookieSpec
This method will not perform the validation of the resultant
Cookie
s
header
- the Set-Cookie received from the serverorigin
- details of the cookie origin
MalformedCookieException
- if an exception occurs during parsingCookieSpec.validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin)
public List<Header> formatCookies(List<Cookie> cookies)
CookieSpec
cookies
- the Cookies format into a Cookie header
public int getVersion()
CookieSpec
public Header getVersionHeader()
CookieSpec
null
if the cookie
specification does not support Cookie2 header.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |