org.apache.commons.httpclient.cookie
public class IgnoreCookiesSpec extends Object implements CookieSpec
Since: 3.0
Constructor Summary | |
---|---|
IgnoreCookiesSpec() |
Method Summary | |
---|---|
boolean | domainMatch(String host, String domain) |
String | formatCookie(Cookie cookie) |
Header | formatCookieHeader(Cookie cookie) |
Header | formatCookieHeader(Cookie[] cookies) |
String | formatCookies(Cookie[] cookies) |
Collection | getValidDateFormats() |
boolean | match(String host, int port, String path, boolean secure, Cookie cookie) |
Cookie[] | match(String host, int port, String path, boolean secure, Cookie[] cookies)
Returns an empty {@link Cookie cookie} array. |
Cookie[] | parse(String host, int port, String path, boolean secure, String header)
Returns an empty {@link Cookie cookie} array. |
Cookie[] | parse(String host, int port, String path, boolean secure, Header header)
Returns an empty {@link Cookie cookie} array. |
void | parseAttribute(NameValuePair attribute, Cookie cookie)
Does nothing. |
boolean | pathMatch(String path, String topmostPath) |
void | setValidDateFormats(Collection datepatterns)
Does nothing. |
void | validate(String host, int port, String path, boolean secure, Cookie cookie)
Does nothing. |
Returns: false
Returns: null
Returns: null
Returns: null
Returns: null
Returns: null
Returns: false
Returns: false