public class FormParserFactory extends Object
It does this by iterating the available parser definitions, and returning the first parser that is created.
Modifier and Type | Class and Description |
---|---|
static class |
FormParserFactory.Builder |
static interface |
FormParserFactory.ParserDefinition<T> |
Modifier and Type | Method and Description |
---|---|
static FormParserFactory.Builder |
builder() |
static FormParserFactory.Builder |
builder(boolean includeDefault) |
FormDataParser |
createParser(HttpServerExchange exchange)
Creates a form data parser for this request.
|
public FormDataParser createParser(HttpServerExchange exchange)
exchange
- The exchangepublic static FormParserFactory.Builder builder()
public static FormParserFactory.Builder builder(boolean includeDefault)
Copyright © 2021 JBoss by Red Hat. All rights reserved.