Package net.officefloor.web.build
Interface HttpContentParser
- All Known Subinterfaces:
HttpArgumentParser,HttpObjectParser<T>
- All Known Implementing Classes:
FormHttpArgumentParser
public interface HttpContentParser
Parses the
ServerHttpConnection.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getContentType
String getContentType()Obtains theContent-Typehandled by thisHttpArgumentParser.- Returns:
Content-Typehandled by thisHttpArgumentParser.
-