Class FormBodyHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.FormBodyHandler
- All Implemented Interfaces:
GenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>,ServerRestHandler,org.jboss.resteasy.reactive.spi.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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler
isCancellable
-
Constructor Details
-
FormBodyHandler
-
-
Method Details
-
getConfigurationClass
- Specified by:
getConfigurationClassin interfaceGenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>
-
configure
- Specified by:
configurein interfaceGenericRuntimeConfigurableServerRestHandler<RuntimeConfiguration>
-
handle
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-