Class FormBodyHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.FormBodyHandler
- All Implemented Interfaces:
GenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>,ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class FormBodyHandler
extends Object
implements GenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>
-
Constructor Summary
ConstructorsConstructorDescriptionFormBodyHandler(boolean alsoSetInputStream, Supplier<Executor> executorSupplier, Set<String> fileFormNames) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(RuntimeConfiguration configuration) voidhandle(ResteasyReactiveRequestContext requestContext)
-
Constructor Details
-
FormBodyHandler
-
-
Method Details
-
getConfigurationClass
- Specified by:
getConfigurationClassin interfaceGenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>
-
configure
- Specified by:
configurein interfaceGenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>
-
handle
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-