Class FormEncodedDataDefinition

java.lang.Object
org.jboss.resteasy.reactive.server.core.multipart.FormEncodedDataDefinition
All Implemented Interfaces:
FormParserFactory.ParserDefinition<FormEncodedDataDefinition>

public class FormEncodedDataDefinition extends Object implements FormParserFactory.ParserDefinition<FormEncodedDataDefinition>
Parser definition for form encoded data. This handler takes effect for any request that has a mime type of application/x-www-form-urlencoded. The handler attaches a FormDataParser to the chain that can parse the underlying form data asynchronously.
Author:
Stuart Douglas