org.eclipse.jetty.http
Interface HttpContent

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

public interface HttpContent

HttpContent.


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

Method Detail

getContentType

Buffer getContentType()

getLastModified

Buffer getLastModified()

getBuffer

Buffer getBuffer()

getResource

Resource getResource()

getContentLength

long getContentLength()

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

release

void release()


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