Uses of Interface
io.undertow.server.handlers.form.FormDataParser
-
Packages that use FormDataParser Package Description io.undertow.server.handlers.form -
-
Uses of FormDataParser in io.undertow.server.handlers.form
Methods in io.undertow.server.handlers.form that return FormDataParser Modifier and Type Method Description FormDataParserFormEncodedDataDefinition. create(HttpServerExchange exchange)FormDataParserFormParserFactory.ParserDefinition. create(HttpServerExchange exchange)FormDataParserMultiPartParserDefinition. create(HttpServerExchange exchange)FormDataParserFormParserFactory. createParser(HttpServerExchange exchange)Creates a form data parser for this request.
-