Class FormBodyHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.FormBodyHandler
-
- All Implemented Interfaces:
RuntimeConfigurableServerRestHandler,ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class FormBodyHandler extends Object implements ServerRestHandler, RuntimeConfigurableServerRestHandler
-
-
Constructor Summary
Constructors Constructor Description FormBodyHandler(boolean alsoSetInputStream, Supplier<Executor> executorSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(RuntimeConfiguration configuration)voidhandle(ResteasyReactiveRequestContext requestContext)
-
-
-
Method Detail
-
configure
public void configure(RuntimeConfiguration configuration)
- Specified by:
configurein interfaceRuntimeConfigurableServerRestHandler
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
-