Package org.klomp.snark.web
Interface BasicServlet.HttpContent
- 
- Enclosing class:
- BasicServlet
 
 public static interface BasicServlet.HttpContentfrom Jetty HttpContent.java
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCacheTime()in secondslonggetContentLength()StringgetContentType()InputStreamgetInputStream()longgetLastModified()
 
- 
- 
- 
Method Detail- 
getContentTypeString getContentType() 
 - 
getLastModifiedlong getLastModified() 
 - 
getCacheTimeint getCacheTime() in seconds
 - 
getContentLengthlong getContentLength() 
 - 
getInputStreamInputStream getInputStream() throws IOException - Throws:
- IOException
 
 
- 
 
-