| Package | Description |
|---|---|
| edu.indiana.lib.twinpeaks.util |
| Modifier and Type | Method and Description |
|---|---|
static CookieData |
CookieUtils.parseCookie(URL url,
String value)
Parse an HTTP cookie
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CookieData.equals(CookieData cookie)
Equal cookies?
|
static boolean |
CookieUtils.inDomain(String urlString,
CookieData cookie)
Does the cookie domain match the URL?
|
static boolean |
CookieUtils.inDomain(URL url,
CookieData cookie)
Does the cookie domain match the URL?
|
static boolean |
CookieUtils.inPath(String urlString,
CookieData cookie)
Does the cookie path match the URL "file"?
|
static boolean |
CookieUtils.inPath(URL url,
CookieData cookie)
Does the cookie path match the URL "file"?
|
static void |
CookieUtils.storeCookie(List cookieList,
CookieData cookie)
Maintain a list of CookieData objects (add, replace, or delete a cookie)
|
Copyright © 2004–2017 Indiana University Library Information Technology. All rights reserved.