Uses of Interface
com.gargoylesoftware.htmlunit.RefreshHandler
-
Packages that use RefreshHandler Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of RefreshHandler in com.gargoylesoftware.htmlunit
Classes in com.gargoylesoftware.htmlunit that implement RefreshHandler Modifier and Type Class Description classImmediateRefreshHandlerThis refresh handler immediately refreshes the specified page, using the specified URL and ignoring the wait time.classNiceRefreshHandlerThis 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.classThreadedRefreshHandlerThis refresh handler spawns a new thread that waits the specified number of seconds before refreshing the specified page, using the specified URL.classWaitingRefreshHandlerThis refresh handler waits the specified number of seconds (or a user defined maximum) before refreshing the specified page, using the specified URL.Methods in com.gargoylesoftware.htmlunit that return RefreshHandler Modifier and Type Method Description RefreshHandlerWebClient. getRefreshHandler()Returns the current refresh handler.Methods in com.gargoylesoftware.htmlunit with parameters of type RefreshHandler Modifier and Type Method Description voidWebClient. setRefreshHandler(RefreshHandler handler)Sets the handler to be used whenever a refresh is triggered.
-