com.gargoylesoftware.htmlunit
Class StringWebResponse
java.lang.Object
com.gargoylesoftware.htmlunit.WebResponseImpl
com.gargoylesoftware.htmlunit.StringWebResponse
- All Implemented Interfaces:
- WebResponse, Serializable
public class StringWebResponse
- extends WebResponseImpl
A simple WebResponse created from a string. Content is assumed to be of type text/html.
- Version:
- $Revision: 4460 $
- Author:
- Mike Bowler, Marc Guillemot, Brad Clarke, Ahmed Ashour
- See Also:
- Serialized Form
| Methods inherited from class com.gargoylesoftware.htmlunit.WebResponseImpl |
getContentAsBytes, getContentAsStream, getContentAsString, getContentAsString, getContentCharset, getContentCharSet, getContentCharsetOrNull, getContentType, getLoadTime, getRequestMethod, getRequestSettings, getRequestUrl, getResponseHeaders, getResponseHeaderValue, getStatusCode, getStatusMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringWebResponse
public StringWebResponse(String content,
URL originatingURL)
- Creates an instance associated with the specified originating URL.
- Parameters:
content - the content to returnoriginatingURL - the URL that this should be associated with
StringWebResponse
public StringWebResponse(String content,
String charset,
URL originatingURL)
- Creates an instance associated with the specified originating URL.
- Parameters:
content - the content to returncharset - the charset used to convert the contentoriginatingURL - the URL that this should be associated with
Copyright © 2002-2009 Gargoyle Software Inc.. All Rights Reserved.