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