Uses of Class
org.htmlunit.AjaxController
-
Packages that use AjaxController Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of AjaxController in org.htmlunit
Subclasses of AjaxController in org.htmlunit Modifier and Type Class Description class
NicelyResynchronizingAjaxController
ThisAjaxController
resynchronizes calls calling from the main thread.Methods in org.htmlunit that return AjaxController Modifier and Type Method Description AjaxController
WebClient. getAjaxController()
Gets the current AJAX controller.Methods in org.htmlunit with parameters of type AjaxController Modifier and Type Method Description void
WebClient. setAjaxController(AjaxController newValue)
Sets the current AJAX controller.
-