Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
com.jaunt.util |
Modifier and Type | Method and Description |
---|---|
Cache |
UserAgent.getCache()
Returns the current cache or null if no cache is set.
|
Modifier and Type | Method and Description |
---|---|
UserAgent |
UserAgent.setCache(Cache cache)
Sets the specified cache; the cache must be enabled before being used.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemCache
A local filesystem cache for HTML/XHTML/XML files retrieved from a url.
|