|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsunlabs.brazil.proxy.CookieFilter.CookieInfo
public static class CookieFilter.CookieInfo
Store information about a cookie
| Constructor Summary | |
|---|---|
CookieFilter.CookieInfo(sunlabs.brazil.proxy.CookieFilter.Url url,
String line)
Create a cookie object. |
|
CookieFilter.CookieInfo(String value)
Generate the cookie info from the string representation This is called with the output of toString(). |
|
CookieFilter.CookieInfo(String url,
String line)
|
|
| Method Summary | |
|---|---|
static long |
expTime(String dateString)
|
boolean |
isEquals(CookieFilter.CookieInfo cookie)
See if cookies match |
boolean |
isMatch(sunlabs.brazil.proxy.CookieFilter.Url url)
See if url matches this cookie |
String |
toString()
Generate string representation - convertable back into a cookie |
void |
update()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CookieFilter.CookieInfo(sunlabs.brazil.proxy.CookieFilter.Url url,
String line)
url - The url for this request, to fill out default stuffline - The http line containing the cookie request
public CookieFilter.CookieInfo(String url,
String line)
public CookieFilter.CookieInfo(String value)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean isMatch(sunlabs.brazil.proxy.CookieFilter.Url url)
public void update()
public boolean isEquals(CookieFilter.CookieInfo cookie)
public static long expTime(String dateString)
|
Version Kenai-svn-r24, Generated 08/18/09 Copyright (c) 2001-2009, Sun Microsystems. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||