MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / RefreshHandler

Interface RefreshHandler

src/main/java/org/htmlunit/RefreshHandler.java:27–39  ·  view source on GitHub ↗

A handler for page refreshes. A refresh can be triggered by a response header or a meta tag. @author Mike Bowler @author Daniel Gredler @author Ronald Brill

Source from the content-addressed store, hash-verified

25 * @author Ronald Brill
26 */
27public interface RefreshHandler {
28
29 /**
30 * Refreshes the specified page using the specified URL after the specified number
31 * of seconds.
32 * @param page the page that is going to be refreshed
33 * @param url the URL where the new page will be loaded
34 * @param seconds the number of seconds to wait before reloading the page
35 * @throws IOException if the refresh fails
36 */
37 void handleRefresh(Page page, URL url, int seconds) throws IOException;
38
39}

Callers 3

runMethod · 0.65
handleRefreshMethod · 0.65
processRefreshMethod · 0.65

Implementers 5

LoggingRefreshHandlersrc/test/java/org/htmlunit/html/Loggin
ThreadedRefreshHandlersrc/main/java/org/htmlunit/ThreadedRef
ImmediateRefreshHandlersrc/main/java/org/htmlunit/ImmediateRe
WaitingRefreshHandlersrc/main/java/org/htmlunit/WaitingRefr
NiceRefreshHandlersrc/main/java/org/htmlunit/NiceRefresh

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…