Interface BasicServlet.HttpContent

  • Enclosing class:
    BasicServlet

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

      • getContentType

        String getContentType()
      • getLastModified

        long getLastModified()
      • getCacheTime

        int getCacheTime()
        in seconds
      • getContentLength

        long getContentLength()