Interface BasicServlet.HttpContent

Enclosing class:
BasicServlet

public static interface BasicServlet.HttpContent
from Jetty HttpContent.java
  • Method Details

    • getContentType

      String getContentType()
    • getLastModified

      long getLastModified()
    • getCacheTime

      int getCacheTime()
      in seconds
    • getContentLength

      long getContentLength()
    • getInputStream

      InputStream getInputStream() throws IOException
      Throws:
      IOException