org.mortbay.jetty
Interface HttpContent

All Known Implementing Classes:
DefaultServlet.Content

public interface HttpContent

HttpContent.

Author:
gregw

Method Summary
 Buffer getBuffer()
           
 long getContentLength()
           
 Buffer getContentType()
           
 Buffer getLastModified()
           
 

Method Detail

getContentType

public Buffer getContentType()

getLastModified

public Buffer getLastModified()

getBuffer

public Buffer getBuffer()

getContentLength

public long getContentLength()