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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()Obtains theContent-Typehandled by thisHttpArgumentParser.
 
- 
- 
- 
Method Detail- 
getContentTypejava.lang.String getContentType() Obtains theContent-Typehandled by thisHttpArgumentParser.- Returns:
- Content-Typehandled by this- HttpArgumentParser.
 
 
- 
 
-