Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
Modifier and Type | Method and Description |
---|---|
protected WebResponseData |
HttpWebConnection.newWebResponseDataInstance(String statusMessage,
List headers,
int statusCode,
org.apache.commons.httpclient.HttpMethodBase method)
Construct an appropriate WebResponseData.
|
Modifier and Type | Method and Description |
---|---|
protected WebResponse |
HttpWebConnection.newWebResponseInstance(String charset,
WebResponseData responseData,
long loadTime,
SubmitMethod requestMethod,
URL originatingURL)
Construct an appropriate WebResponse.
|
Constructor and Description |
---|
WebResponseImpl(WebResponseData responseData,
String charset,
URL url,
SubmitMethod requestMethod,
long loadTime)
Construct with all data
|
WebResponseImpl(WebResponseData responseData,
URL url,
SubmitMethod requestMethod,
long loadTime)
Construct with all data
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.