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