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