Package org.eclipse.jetty.http.content
Interface HttpContent.Factory
- All Known Implementing Classes:
CachingHttpContentFactory,FileMappingHttpContentFactory,PreCompressedHttpContentFactory,ResourceHttpContentFactory,ValidatingCachingHttpContentFactory,VirtualHttpContentFactory
- Enclosing interface:
- HttpContent
public static interface HttpContent.Factory
-
Method Summary
-
Method Details
-
getContent
- Parameters:
path- The path within the context to the resource- Returns:
- A
HttpContent - Throws:
IOException- if unable to get content
-