| java.lang.Object com.meterware.httpunit.WebResponse com.meterware.httpunit.HttpWebResponse
HttpWebResponse | HttpWebResponse(WebConversation client, FrameSelector frame, URL url, URLConnection connection, boolean throwExceptionOnError) throws IOException(Code) | | Constructs a response object from an input stream.
Parameters: frame - the target window or frame to which the request should be directed Parameters: url - the url from which the response was received Parameters: connection - the URL connection from which the response can be read |
getHeaderField | public String getHeaderField(String fieldName)(Code) | | Returns the value for the specified header field. If no such field is defined, will return null.
|
getHeaderFieldNames | public String[] getHeaderFieldNames()(Code) | | |
getResponseCode | public int getResponseCode()(Code) | | Returns the response code associated with this response.
|
getResponseMessage | public String getResponseMessage()(Code) | | Returns the response message associated with this response.
|
Methods inherited from com.meterware.httpunit.WebResponse | final static WebResponse createBlankResponse()(Code)(Java Doc) final protected void defineRawInputStream(InputStream inputStream) throws IOException(Code)(Java Doc) public WebApplet[] getApplets() throws SAXException(Code)(Java Doc) public String getCharacterSet()(Code)(Java Doc) public int getContentLength()(Code)(Java Doc) public String getContentType()(Code)(Java Doc) String getCookieHeader()(Code)(Java Doc) CookieJar getCookieJar()(Code)(Java Doc) public Document getDOM() throws SAXException(Code)(Java Doc) static String getDefaultEncoding()(Code)(Java Doc) public String[] getElementNames() throws SAXException(Code)(Java Doc) public HTMLElement getElementWithID(String id) throws SAXException(Code)(Java Doc) public HTMLElement[] getElementsWithAttribute(String name, String value) throws SAXException(Code)(Java Doc) public HTMLElement[] getElementsWithName(String name) throws SAXException(Code)(Java Doc) public String getExternalStyleSheet() throws SAXException(Code)(Java Doc) public WebForm getFirstMatchingForm(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public WebLink getFirstMatchingLink(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public WebTable getFirstMatchingTable(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public TextBlock getFirstMatchingTextBlock(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public WebForm getFormWithID(String ID) throws SAXException(Code)(Java Doc) public WebForm getFormWithName(String name) throws SAXException(Code)(Java Doc) public WebForm[] getForms() throws SAXException(Code)(Java Doc) FrameSelector getFrame()(Code)(Java Doc) public String getFrameName()(Code)(Java Doc) public String[] getFrameNames() throws SAXException(Code)(Java Doc) WebRequest[] getFrameRequests() throws SAXException(Code)(Java Doc) FrameSelector[] getFrameSelectors() throws SAXException(Code)(Java Doc) abstract public String getHeaderField(String fieldName)(Code)(Java Doc) abstract public String[] getHeaderFieldNames()(Code)(Java Doc) public WebImage getImageWithAltText(String altText) throws SAXException(Code)(Java Doc) public WebImage getImageWithName(String source) throws SAXException(Code)(Java Doc) public WebImage getImageWithSource(String source) throws SAXException(Code)(Java Doc) public WebImage[] getImages() throws SAXException(Code)(Java Doc) public InputStream getInputStream() throws IOException(Code)(Java Doc) public WebLink getLinkWith(String text) throws SAXException(Code)(Java Doc) public WebLink getLinkWithID(String ID) throws SAXException(Code)(Java Doc) public WebLink getLinkWithImageText(String text) throws SAXException(Code)(Java Doc) public WebLink getLinkWithName(String name) throws SAXException(Code)(Java Doc) public WebLink[] getLinks() throws SAXException(Code)(Java Doc) public WebForm[] getMatchingForms(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public WebLink[] getMatchingLinks(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public WebTable[] getMatchingTables(HTMLElementPredicate predicate, Object criteria) throws SAXException(Code)(Java Doc) public String[] getMetaTagContent(String attribute, String attributeValue) throws SAXException(Code)(Java Doc) public String[] getNewCookieNames()(Code)(Java Doc) public String getNewCookieValue(String name)(Code)(Java Doc) public TextBlock getNextTextBlock(TextBlock block) throws SAXException(Code)(Java Doc) HTMLPage getReceivedPage() throws SAXException(Code)(Java Doc) String getReferer()(Code)(Java Doc) public int getRefreshDelay()(Code)(Java Doc) public WebRequest getRefreshRequest()(Code)(Java Doc) abstract public int getResponseCode()(Code)(Java Doc) abstract public String getResponseMessage()(Code)(Java Doc) public Scriptable getScriptableObject()(Code)(Java Doc) public WebResponse getSubframeContents(String subFrameName)(Code)(Java Doc) public WebTable getTableStartingWith(String text) throws SAXException(Code)(Java Doc) public WebTable getTableStartingWithPrefix(String text) throws SAXException(Code)(Java Doc) public WebTable getTableWithID(String text) throws SAXException(Code)(Java Doc) public WebTable getTableWithSummary(String text) throws SAXException(Code)(Java Doc) public WebTable[] getTables() throws SAXException(Code)(Java Doc) public String getText() throws IOException(Code)(Java Doc) public TextBlock[] getTextBlocks() throws SAXException(Code)(Java Doc) public String getTitle() throws SAXException(Code)(Java Doc) public URL getURL()(Code)(Java Doc) WebWindow getWindow()(Code)(Java Doc) public boolean isHTML()(Code)(Java Doc) protected void loadResponseText() throws IOException(Code)(Java Doc) public static ScriptableDelegate newDelegate(String delegateClassName)(Code)(Java Doc) public static WebResponse newResponse(URLConnection connection) throws IOException(Code)(Java Doc) boolean replaceText(String text, String contentType)(Code)(Java Doc) protected void setContentTypeHeader(String value)(Code)(Java Doc) void setCookie(String name, String value)(Code)(Java Doc) void setFrame(FrameSelector frame)(Code)(Java Doc) void setWindow(WebWindow window)(Code)(Java Doc) abstract public String toString()(Code)(Java Doc)
|
|
|