Class DelegatingServerRestHandler
java.lang.Object
org.jboss.resteasy.reactive.server.model.DelegatingServerRestHandler
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ResteasyReactiveRequestContext requestContext) voidsetDelegates(List<ServerRestHandler> delegates)
-
Constructor Details
-
DelegatingServerRestHandler
-
DelegatingServerRestHandler
public DelegatingServerRestHandler()
-
-
Method Details
-
getDelegates
-
setDelegates
-
handle
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-