public static interface BasicServlet.HttpContent
Modifier and Type | Method | Description |
---|---|---|
int |
getCacheTime() |
in seconds
|
long |
getContentLength() |
|
String |
getContentType() |
|
InputStream |
getInputStream() |
|
long |
getLastModified() |
String getContentType()
long getLastModified()
int getCacheTime()
long getContentLength()
InputStream getInputStream() throws IOException
IOException