Package org.htmlunit
Class ImmediateRefreshHandler
java.lang.Object
org.htmlunit.ImmediateRefreshHandler
- All Implemented Interfaces:
Serializable,RefreshHandler
- Direct Known Subclasses:
NiceRefreshHandler
This refresh handler immediately refreshes the specified page,
using the specified URL and ignoring the wait time.
If you want a refresh handler that does not ignore the wait time,
see ThreadedRefreshHandler.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRefresh(Page page, URL url, int seconds) Immediately refreshes the specified page using the specified URL.
-
Constructor Details
-
ImmediateRefreshHandler
public ImmediateRefreshHandler()
-
-
Method Details
-
handleRefresh
Immediately refreshes the specified page using the specified URL.- Specified by:
handleRefreshin interfaceRefreshHandler- Parameters:
page- the page that is going to be refreshedurl- the URL where the new page will be loadedseconds- the number of seconds to wait before reloading the page (ignored!)- Throws:
IOException- if the refresh fails
-