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 |
---|---|
Handler |
UserAgent.getHandler(String contentType)
Returns the content handler that was set for the specified (case-insensitive) contentType, or null if no Handler was set.
|
Modifier and Type | Method and Description |
---|---|
UserAgent |
UserAgent.setHandler(String contentType,
Handler handler)
Sets the content handler for the specified contentType; the Handler receives callbacks to process the content rather than having it handled by the parser.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerForBinary
A class for handling content as binary (eg, image data).
|
class |
HandlerForText
A class for handling content as text (eg.
|