Package org.klomp.snark.web
Interface BasicServlet.HttpContent
-
- Enclosing class:
- BasicServlet
public static interface BasicServlet.HttpContentfrom Jetty HttpContent.java
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCacheTime()in secondslonggetContentLength()StringgetContentType()InputStreamgetInputStream()longgetLastModified()
-
-
-
Method Detail
-
getContentType
String getContentType()
-
getLastModified
long getLastModified()
-
getCacheTime
int getCacheTime()
in seconds
-
getContentLength
long getContentLength()
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
-