Class InterceptorHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.InterceptorHandler
-
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class InterceptorHandler extends Object implements ServerRestHandler
-
-
Constructor Summary
Constructors Constructor Description InterceptorHandler(jakarta.ws.rs.ext.WriterInterceptor[] writerInterceptors, jakarta.ws.rs.ext.ReaderInterceptor[] readerInterceptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ResteasyReactiveRequestContext requestContext)booleanhasWriterInterceptors()
-
-
-
Method Detail
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
hasWriterInterceptors
public boolean hasWriterInterceptors()
-
-