Package org.klomp.snark.web
Interface BasicServlet.HttpContent
- Enclosing class:
- BasicServlet
public static interface BasicServlet.HttpContent
from Jetty HttpContent.java
-
Method Summary
Modifier and Type Method Description int
getCacheTime()
in secondslong
getContentLength()
String
getContentType()
InputStream
getInputStream()
long
getLastModified()
-
Method Details
-
getContentType
String getContentType() -
getLastModified
long getLastModified() -
getCacheTime
int getCacheTime()in seconds -
getContentLength
long getContentLength() -
getInputStream
- Throws:
IOException
-