com.gargoylesoftware.htmlunit
Class WebResponseImpl
java.lang.Object
com.gargoylesoftware.htmlunit.WebResponse
com.gargoylesoftware.htmlunit.WebResponseImpl
- All Implemented Interfaces:
- Serializable
Deprecated. as of 2.8, use WebResponse
instead
@Deprecated
public class WebResponseImpl
- extends WebResponse
A response from a web server.
- Version:
- $Revision: 5681 $
- Author:
- Mike Bowler, Brad Clarke, Noboru Sinohara, Marc Guillemot, Ahmed Ashour
- See Also:
- Serialized Form
Methods inherited from class com.gargoylesoftware.htmlunit.WebResponse |
getContentAsBytes, getContentAsStream, getContentAsString, getContentAsString, getContentCharset, getContentCharsetOrNull, getContentType, getLoadTime, getRequestSettings, getRequestUrl, getResponseHeaders, getResponseHeaderValue, getStatusCode, getStatusMessage, getWebRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebResponseImpl
public WebResponseImpl(WebResponseData responseData,
URL url,
HttpMethod requestMethod,
long loadTime)
- Deprecated.
- Constructs with all data.
- Parameters:
responseData
- Data that was send backurl
- Where this response came fromrequestMethod
- the method used to get this responseloadTime
- How long the response took to be sent
WebResponseImpl
public WebResponseImpl(WebResponseData responseData,
WebRequest request,
long loadTime)
- Deprecated.
- Constructs with all data.
- Parameters:
responseData
- Data that was send backrequest
- the request used to get this responseloadTime
- How long the response took to be sent
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.