org.mortbay.jetty
Interface HttpContent

All Known Implementing Classes:
ResourceCache.Content

public interface HttpContent

HttpContent.

Author:
gregw

Method Summary
 Buffer getBuffer()
           
 long getContentLength()
           
 Buffer getContentType()
           
 InputStream getInputStream()
           
 Buffer getLastModified()
           
 Resource getResource()
           
 void release()
           
 

Method Detail

getContentType

public Buffer getContentType()

getLastModified

public Buffer getLastModified()

getBuffer

public Buffer getBuffer()

getResource

public Resource getResource()

getContentLength

public long getContentLength()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

release

public void release()