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