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