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

Buffer getContentType()

getLastModified

Buffer getLastModified()

getBuffer

Buffer getBuffer()

getContentLength

long getContentLength()