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

Method getRefreshHandler

src/main/java/org/htmlunit/WebClient.java:1912–1914  ·  view source on GitHub ↗

Returns the current refresh handler. The default refresh handler is a NiceRefreshHandler NiceRefreshHandler(2). @return the current RefreshHandler

()

Source from the content-addressed store, hash-verified

1910 * @return the current RefreshHandler
1911 */
1912 public RefreshHandler getRefreshHandler() {
1913 return refreshHandler_;
1914 }
1915
1916 /**
1917 * Sets the script pre processor for this {@link WebClient}.

Callers 3

processRefreshMethod · 0.95

Calls

no outgoing calls

Tested by 2