|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailingHttpStatusCodeException | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
com.gargoylesoftware.htmlunit.html | Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. |
Uses of FailingHttpStatusCodeException in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit that throw FailingHttpStatusCodeException | ||
---|---|---|
|
WebClient.getPage(String url)
Convenient method to build an URL and load it into the current WebWindow as it would be done by WebClient.getPage(WebWindow, WebRequest) . |
|
|
WebClient.getPage(URL url)
Convenient method to load a URL into the current top WebWindow as it would be done by WebClient.getPage(WebWindow, WebRequest) . |
|
|
WebClient.getPage(WebRequest request)
Convenient method to load a web request into the current top WebWindow. |
|
|
WebClient.getPage(WebWindow opener,
String target,
WebRequest params)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. |
|
|
WebClient.getPage(WebWindow webWindow,
WebRequest parameters)
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. |
Uses of FailingHttpStatusCodeException in com.gargoylesoftware.htmlunit.html |
---|
Methods in com.gargoylesoftware.htmlunit.html that throw FailingHttpStatusCodeException | |
---|---|
void |
HtmlPage.initialize()
Initialize this page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |