Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
Fields inherited from interface org.apache.commons.httpclient.cookie.CookieSpec | |
PATH_DELIM , PATH_DELIM_CHAR |
Constructor Summary | |
Method Summary | |
boolean |
|
String |
|
Header |
|
Header |
|
String |
|
Collection | |
boolean | |
Cookie[] | |
Cookie[] | |
Cookie[] | |
void |
|
boolean |
|
void |
|
void |
public boolean domainMatch(String host, String domain)
- Specified by:
- domainMatch in interface CookieSpec
- Returns:
false
public String formatCookie(Cookie cookie)
- Specified by:
- formatCookie in interface CookieSpec
- Returns:
null
public Header formatCookieHeader(Cookie cookie) throws IllegalArgumentException
- Specified by:
- formatCookieHeader in interface CookieSpec
- Returns:
null
public Header formatCookieHeader(Cookie[] cookies) throws IllegalArgumentException
- Specified by:
- formatCookieHeader in interface CookieSpec
- Returns:
null
public String formatCookies(Cookie[] cookies) throws IllegalArgumentException
- Specified by:
- formatCookies in interface CookieSpec
- Returns:
null
public Collection getValidDateFormats()
- Specified by:
- getValidDateFormats in interface CookieSpec
- Returns:
null
public boolean match(String host, int port, String path, boolean secure, Cookie cookie)
- Specified by:
- match in interface CookieSpec
- Returns:
false
public Cookie[] match(String host, int port, String path, boolean secure, Cookie[] cookies)
Returns an emptycookie
array. All parameters are ignored.
public Cookie[] parse(String host, int port, String path, boolean secure, String header) throws MalformedCookieException
Returns an emptycookie
array. All parameters are ignored.
- Specified by:
- parse in interface CookieSpec
public Cookie[] parse(String host, int port, String path, boolean secure, Header header) throws MalformedCookieException, IllegalArgumentException
Returns an emptycookie
array. All parameters are ignored.
- Specified by:
- parse in interface CookieSpec
public void parseAttribute(NameValuePair attribute, Cookie cookie) throws MalformedCookieException, IllegalArgumentException
Does nothing.
- Specified by:
- parseAttribute in interface CookieSpec
public boolean pathMatch(String path, String topmostPath)
- Specified by:
- pathMatch in interface CookieSpec
- Returns:
false
public void setValidDateFormats(Collection datepatterns)
Does nothing.
- Specified by:
- setValidDateFormats in interface CookieSpec
public void validate(String host, int port, String path, boolean secure, Cookie cookie) throws MalformedCookieException, IllegalArgumentException
Does nothing.
- Specified by:
- validate in interface CookieSpec