|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailingHttpStatusCodeException | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
com.gargoylesoftware.htmlunit.html | Classes specific to html pages |
Uses of FailingHttpStatusCodeException in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit that throw FailingHttpStatusCodeException | |
---|---|
Page |
WebClient.getPage(String url)
Convenient method to build an URL and load it into the current WebWindow |
Page |
WebClient.getPage(URL url)
Convenient method to load a URL into the current WebWindow |
Page |
WebClient.getPage(WebRequestSettings request)
Convenient method to load a web request into the current WebWindow |
Page |
WebClient.getPage(WebWindow opener,
String target,
WebRequestSettings params)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. |
Page |
WebClient.getPage(WebWindow webWindow,
WebRequestSettings parameters)
Send a request to a server and return a Page that represents the response from the server. |
Page |
WebClient.loadWebResponseInto(WebResponse webResponse,
WebWindow webWindow)
Use the specified WebResponse to create a Page object which will then get inserted into the WebWindow. |
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 |