public class UnexpectedPage extends AbstractPage
Constructor and Description |
---|
UnexpectedPage(WebResponse webResponse,
WebWindow enclosingWindow)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns an input stream representing all the content that was returned from the server.
|
cleanUp, getEnclosingWindow, getUrl, getWebResponse, initialize, isHtmlPage
public UnexpectedPage(WebResponse webResponse, WebWindow enclosingWindow)
webResponse
- the response from the server that contains the data required to create this pageenclosingWindow
- the window that this page is being loaded intopublic InputStream getInputStream() throws IOException
IOException
- in case of IO problemsCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.