org.eclipse.jetty.http
Interface HttpContent
- All Known Implementing Classes:
- HttpContent.ResourceAsHttpContent
public interface HttpContent
HttpContent.
getContentType
Buffer getContentType()
getLastModified
Buffer getLastModified()
getIndirectBuffer
Buffer getIndirectBuffer()
getDirectBuffer
Buffer getDirectBuffer()
getResource
org.eclipse.jetty.util.resource.Resource getResource()
getContentLength
long getContentLength()
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
release
void release()
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.