Class InterceptorHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.InterceptorHandler
- All Implemented Interfaces:
ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptorHandler(jakarta.ws.rs.ext.WriterInterceptor[] writerInterceptors, jakarta.ws.rs.ext.ReaderInterceptor[] readerInterceptors) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ResteasyReactiveRequestContext requestContext) boolean
-
Constructor Details
-
InterceptorHandler
public InterceptorHandler(jakarta.ws.rs.ext.WriterInterceptor[] writerInterceptors, jakarta.ws.rs.ext.ReaderInterceptor[] readerInterceptors)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
hasWriterInterceptors
public boolean hasWriterInterceptors()
-