public class PartResponse extends Object
| Constructor and Description |
|---|
PartResponse(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheTime()
The time the response may be cached by the browser without inquiry, in seconds.
|
Object |
getExtra() |
String |
getMime() |
OutputStream |
getOutputStream() |
void |
setCacheTime(int cacheTime)
Set the time the response may be cached by the browser without inquiry, in seconds.
|
void |
setExtra(Object extra) |
void |
setMime(String mime) |
public PartResponse(OutputStream os)
public OutputStream getOutputStream()
public String getMime()
public void setMime(String mime)
public int getCacheTime()
public void setCacheTime(int cacheTime)
cacheTime - public Object getExtra()
public void setExtra(Object extra)
Copyright © 2017 etc.to. All rights reserved.