Class RestInitialHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.RestInitialHandler
- All Implemented Interfaces:
ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginProcessing(Object externalHttpContext) voidbeginProcessing(Object externalHttpContext, Throwable throwable) 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
-
RestInitialHandler
-
-
Method Details
-
beginProcessing
-
beginProcessing
-
handle
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-