| 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(java.lang.String currentURI,
LoginParameters lp)
Find matching HTML form data, if present.
|
FormData |
FindHTMLFormHandler.getFormData() |
| Modifier and Type | Method and Description |
|---|---|
void |
IThrottledConnection.executeFetch(java.lang.String urlPath,
java.lang.String userAgent,
java.lang.String from,
boolean redirectOK,
java.lang.String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|
void |
ThrottledFetcher.ThrottledConnection.executeFetch(java.lang.String urlPath,
java.lang.String userAgent,
java.lang.String from,
boolean redirectOK,
java.lang.String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|