Uses of Class
org.htmlunit.FailingHttpStatusCodeException
-
Packages that use FailingHttpStatusCodeException Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of FailingHttpStatusCodeException in org.htmlunit
Methods in org.htmlunit that throw FailingHttpStatusCodeException Modifier and Type Method Description <P extends Page>
PWebClient. getPage(java.lang.String url)
Convenient method to build a URL and load it into the current WebWindow as it would be done byWebClient.getPage(WebWindow, WebRequest)
.<P extends Page>
PWebClient. getPage(java.net.URL url)
Convenient method to load a URL into the current top WebWindow as it would be done byWebClient.getPage(WebWindow, WebRequest)
.<P extends Page>
PWebClient. getPage(WebRequest request)
Convenient method to load a web request into the current top WebWindow.<P extends Page>
PWebClient. getPage(WebWindow webWindow, WebRequest webRequest)
Send a request to a server and return a Page that represents the response from the server.(package private) <P extends Page>
PWebClient. getPage(WebWindow webWindow, WebRequest webRequest, boolean addToHistory)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Send a request to a server and return a Page that represents the response from the server.void
WebClient. loadDownloadedResponses()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Loads downloaded responses into the corresponding windows.Page
WebClient. loadWebResponseInto(WebResponse webResponse, WebWindow webWindow)
Creates a page based on the specified response and inserts it into the specified window.Page
WebClient. loadWebResponseInto(WebResponse webResponse, WebWindow webWindow, boolean forceAttachment)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.private WebResponse
WebClient. makeWebResponseForJavaScriptUrl(WebWindow webWindow, java.net.URL url, java.nio.charset.Charset charset)
-
Uses of FailingHttpStatusCodeException in org.htmlunit.html
Methods in org.htmlunit.html that throw FailingHttpStatusCodeException Modifier and Type Method Description void
HtmlPage. initialize()
Initialize this page.(package private) HtmlPage.JavaScriptLoadResult
HtmlPage. loadExternalJavaScriptFile(java.lang.String srcAttribute, java.nio.charset.Charset scriptCharset)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.(package private) void
HtmlPage. loadFrames()
Loads the content of the contained frames.void
BaseFrameElement. loadInnerPage()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Called after the node for theframe
oriframe
has been added to the containing page.private void
BaseFrameElement. loadInnerPageIfPossible(java.lang.String src)
private java.lang.Object
HtmlPage. loadJavaScriptFromUrl(java.net.URL url, java.nio.charset.Charset scriptCharset)
Loads JavaScript from the specified URL.
-