javalightserver.bundled.httpd.parsers
Interface IHttpContentParser
- All Known Implementing Classes:
- BinaryContentParser, HtmlContentParser
public interface IHttpContentParser
HttpParserOwnedExtensions
static final java.lang.String[] HttpParserOwnedExtensions
Description
static final java.lang.String Description
- See Also:
- Constant Field Values
isOwnedExt
boolean isOwnedExt(java.lang.String ext)
toStream
HttpStream toStream(HttpUri httpUri)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException