| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.WebRequest
com.gargoylesoftware.htmlunit.WebRequestSettings
WebRequest instead.
@Deprecated public class WebRequestSettings
Parameter object for making web requests.
| Constructor Summary | |
|---|---|
| WebRequestSettings(URL url)Deprecated. Instantiates a WebRequestSettingsfor the specified URL. | |
| WebRequestSettings(URL url,
                   HttpMethod submitMethod)Deprecated. Instantiates a WebRequestSettingsfor the specified URL using the specified HTTP submit method. | |
| WebRequestSettings(WebRequestSettings originalRequest,
                   URL url)Deprecated. Instantiates a WebRequestSettingsfor the specified URL using the proxy configuration from the
 specified original request. | |
| Method Summary | 
|---|
| Methods inherited from class com.gargoylesoftware.htmlunit.WebRequest | 
|---|
| getAdditionalHeaders, getCharset, getCredentialsProvider, getEncodingType, getHttpMethod, getProxyHost, getProxyPort, getRequestBody, getRequestParameters, getUrl, isAdditionalHeader, isSocksProxy, removeAdditionalHeader, setAdditionalHeader, setAdditionalHeaders, setCharset, setCredentialsProvider, setEncodingType, setHttpMethod, setProxyHost, setProxyPort, setRequestBody, setRequestParameters, setSocksProxy, setUrl, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public WebRequestSettings(URL url)
WebRequestSettings for the specified URL.
url - the target URL
public WebRequestSettings(WebRequestSettings originalRequest,
                          URL url)
WebRequestSettings for the specified URL using the proxy configuration from the
 specified original request.
originalRequest - the original requesturl - the target URL
public WebRequestSettings(URL url,
                          HttpMethod submitMethod)
WebRequestSettings for the specified URL using the specified HTTP submit method.
url - the target URLsubmitMethod - the HTTP submit method to use| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||