Class RestInitialHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.RestInitialHandler
-
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class RestInitialHandler extends Object implements ServerRestHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestInitialHandler.InitialMatch
-
Constructor Summary
Constructors Constructor Description RestInitialHandler(Deployment deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginProcessing(Object externalHttpContext)voidbeginProcessing(Object externalHttpContext, Throwable throwable)voidhandle(ResteasyReactiveRequestContext requestContext)
-
-
-
Constructor Detail
-
RestInitialHandler
public RestInitialHandler(Deployment deployment)
-
-
Method Detail
-
beginProcessing
public void beginProcessing(Object externalHttpContext)
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
-