session
getTerminateProxiesOnCompletion
Description
Determine whether proxies are set to be terminated when the scrape ends.
Parameters
This method does not receive any parameters.
Return Values
Returns true if a proxy will be terminated; otherwise, it returns false.
getExternalProxyPort
Description
Retrieve the external proxy port.
Parameters
This method does not receive any parameters.
Return Values
Returns the external port, as a string.
getExternalProxyHost
Description
Retrieve the external proxy host.
Parameters
This method does not receive any parameters.
Return Values
Returns the external host, as a string.
getExternalProxyPassword
Description
Retrieve the external proxy password.
Parameters
This method does not receive any parameters.
Return Values
Returns the external password, as a string.
getExternalProxyUsername
Description
Retrieve the external proxy username.
Parameters
This method does not receive any parameters.
Return Values
Returns the external username, as a string.
getExternalNTProxyHost
Description
Retrieve the external NT proxy host.
Parameters
This method does not receive any parameters.
Return Values
Returns the external NT host, as a string.
getExternalNTProxyDomain
Description
Retrieve the external NT proxy domain.
Parameters
This method does not receive any parameters.
Return Values
Returns the external NT domain, as a string.
getExternalNTProxyPassword
Description
Retrieve the external NT proxy password.
Parameters
This method does not receive any parameters.
Return Values
Returns the external NT password, as a string.
getExternalNTProxyUsername
Description
Retrieve the external NT proxy username.
Parameters
This method does not receive any parameters.
Return Values
Returns the external NT username, as a string.
resetNumRecordsScraped
Description
Reset the count on the number of scraped records.
Parameters
This method does not receive any parameters.
Return Values
Returns void.