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) booleanMethods 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
-
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()
-