org.eclipse.jetty.http
Interface HttpContent

All Known Implementing Classes:
ResourceCache.Content, ResourceCache.Miss

public interface HttpContent

HttpContent.


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

Method Detail

getContentType

Buffer getContentType()

getLastModified

Buffer getLastModified()

getIndirectBuffer

Buffer getIndirectBuffer()

getDirectBuffer

Buffer getDirectBuffer()

getResource

Resource getResource()

getContentLength

long getContentLength()

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

release

void release()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.