Uses of Interface
org.htmlunit.RefreshHandler
Packages that use RefreshHandler
-
Uses of RefreshHandler in org.htmlunit
Classes in org.htmlunit that implement RefreshHandlerModifier and TypeClassDescriptionclass
This refresh handler immediately refreshes the specified page, using the specified URL and ignoring the wait time.class
This refresh handler performs an immediate refresh if the refresh delay is less or equal to the configured time and otherwise ignores totally the refresh instruction.class
This refresh handler spawns a new thread that waits the specified number of seconds before refreshing the specified page, using the specified URL.class
This refresh handler waits the specified number of seconds (or a user defined maximum) before refreshing the specified page, using the specified URL.Methods in org.htmlunit that return RefreshHandlerModifier and TypeMethodDescriptionWebClient.getRefreshHandler()
Returns the current refresh handler.Methods in org.htmlunit with parameters of type RefreshHandlerModifier and TypeMethodDescriptionvoid
WebClient.setRefreshHandler
(RefreshHandler handler) Sets the handler to be used whenever a refresh is triggered.