Package net.officefloor.web.build
Interface HttpArgumentParser
- All Superinterfaces:
HttpContentParser
- All Known Implementing Classes:
FormHttpArgumentParser
Parses arguments from the
ServerHttpConnection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidparse(HttpRequest request, ValueLoader valueLoader) Parses the HTTP entity.Methods inherited from interface net.officefloor.web.build.HttpContentParser
getContentType
-
Method Details
-
parse
Parses the HTTP entity.- Parameters:
request-HttpRequest.valueLoader-ValueLoader.- Throws:
HttpException- If fails to parse theServerHttpConnection.
-