|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sonalb.net.http.cookie
Class CookieUtils

java.lang.Objectcom.sonalb.net.http.cookie.CookieUtils
- public final class CookieUtils
- extends java.lang.Object
Provides utility functions for internal consumption.
| Field Summary | |
static java.lang.String |
CVSID
|
| Constructor Summary | |
CookieUtils()
|
|
| Method Summary | |
static CookieJar |
getCookiesForURL(CookieJar cj,
CookieParser cp,
java.net.URL url,
boolean bRespectExpires)
Picks out the Cookies in a CookieJar that are eligible
to be sent with a request to a particular URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CVSID
public static final java.lang.String CVSID
- See Also:
- Constant Field Values
| Constructor Detail |
CookieUtils
public CookieUtils()
| Method Detail |
getCookiesForURL
public static CookieJar getCookiesForURL(CookieJar cj, CookieParser cp, java.net.URL url, boolean bRespectExpires)
- Picks out the
Cookies in aCookieJarthat are eligible to be sent with a request to a particularURL.
|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sonalb.net.http.cookie.CookieUtils