|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.intelliware.amakihi.actor.http.Window
Constructor Summary | |
Window(VirtualBrowser browser,
java.net.URL url,
java.lang.String contentType,
java.io.InputStream inputStream)
|
Method Summary | |
protected VirtualBrowser |
getBrowser()
Gets the browser |
java.lang.String |
getContentType()
Gets the contentType |
java.io.InputStream |
getInputStream()
Gets the inputStream |
java.net.URL |
getUrl()
Gets the url |
protected void |
setBrowser(VirtualBrowser browser)
Sets the browser |
void |
setContentType(java.lang.String contentType)
Sets the contentType |
void |
setInputStream(java.io.InputStream inputStream)
Sets the inputStream |
void |
setUrl(java.net.URL url)
Sets the url |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Window(VirtualBrowser browser, java.net.URL url, java.lang.String contentType, java.io.InputStream inputStream)
Method Detail |
public java.net.URL getUrl()
public void setUrl(java.net.URL url)
url
- The url to setpublic java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream inputStream)
inputStream
- The inputStream to setpublic java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- The contentType to setprotected VirtualBrowser getBrowser()
protected void setBrowser(VirtualBrowser browser)
browser
- The browser to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |