Uses of Interface
org.htmlunit.StatusHandler
-
Packages that use StatusHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of StatusHandler in org.htmlunit
Methods in org.htmlunit that return StatusHandler Modifier and Type Method Description StatusHandler
WebClient. getStatusHandler()
Returns the status handler for thisWebClient
.Methods in org.htmlunit with parameters of type StatusHandler Modifier and Type Method Description void
WebClient. setStatusHandler(StatusHandler statusHandler)
Sets the status handler for this webclient.
-