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