Package net.officefloor.web.build
Interface HttpContentParser
-
- All Known Subinterfaces:
HttpArgumentParser,HttpObjectParser<T>
- All Known Implementing Classes:
FormHttpArgumentParser
public interface HttpContentParserParses theServerHttpConnection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()Obtains theContent-Typehandled by thisHttpArgumentParser.
-
-
-
Method Detail
-
getContentType
java.lang.String getContentType()
Obtains theContent-Typehandled by thisHttpArgumentParser.- Returns:
Content-Typehandled by thisHttpArgumentParser.
-
-