Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookie.copy()
Creates and returns a deep copy of this cookie.
|
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
Cookies.get(String domain)
Returns the List of cookies associated with the specified (case insentitive) domain.
|
List<Cookie> |
Cookies.getCookies()
Returns a List of all cookies.
|
List<Cookie> |
Cookies.remove(String domain)
Removes cookies for the specified (case insensitive) domain.
|
Modifier and Type | Method and Description |
---|---|
void |
Cookies.addCookie(Cookie cookie)
Adds the specified Cookie and removes any existing cookies with the same name and path.
|
boolean |
Cookies.removeCookie(Cookie cookie)
Removes the specified cookie.
|