Modifier and Type | Class and Description |
---|---|
class |
FormDataAccumulator
This class accumulates form data and allows overrides
|
Modifier and Type | Method and Description |
---|---|
protected FormData |
WebcrawlerConnector.findHTMLForm(String currentURI,
LoginParameters lp)
Find matching HTML form data, if present.
|
FormData |
FindHTMLFormHandler.getFormData() |
Modifier and Type | Method and Description |
---|---|
void |
IThrottledConnection.executeFetch(String urlPath,
String userAgent,
String from,
boolean redirectOK,
String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|
void |
ThrottledFetcher.ThrottledConnection.executeFetch(String urlPath,
String userAgent,
String from,
boolean redirectOK,
String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|