Uses of Package
org.htmlunit.javascript.background
Packages that use org.htmlunit.javascript.background
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Classes in org.htmlunit.javascript.background used by org.htmlunit
-
Classes in org.htmlunit.javascript.background used by org.htmlunit.javascript
-
Classes in org.htmlunit.javascript.background used by org.htmlunit.javascript.backgroundClassDescriptionA factory for all the things we have to construct from outside the JavaScript engine.A JavaScript-triggered background job managed by a
JavaScriptJobManager
.A JavaScript-triggered background job representing the execution of some JavaScript code.An event loop to execute all the JavaScript jobs.AJavaScriptJob
created from aFunction
object.A JavaScript-triggered background job managed by aJavaScriptJobManager
.A manager forJavaScriptJob
s.Simple filter interface. -
Classes in org.htmlunit.javascript.background used by org.htmlunit.javascript.host.workerClassDescriptionA JavaScript-triggered background job managed by a
JavaScriptJobManager
.A JavaScript-triggered background job managed by aJavaScriptJobManager
.