org.klomp.snark.web
Interface BasicServlet.HttpContent

Enclosing class:
BasicServlet

public static interface BasicServlet.HttpContent

from Jetty HttpContent.java


Method Summary
 int getCacheTime()
          in seconds
 long 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