Class ResourceRequestFilterHandler

java.lang.Object
org.jboss.resteasy.reactive.server.handlers.ResourceRequestFilterHandler
All Implemented Interfaces:
ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>

public class ResourceRequestFilterHandler extends Object implements ServerRestHandler
  • Constructor Details

    • ResourceRequestFilterHandler

      public ResourceRequestFilterHandler(jakarta.ws.rs.container.ContainerRequestFilter filter, boolean preMatch, boolean nonBlockingRequired, boolean withFormRead)
  • Method Details

    • getFilter

      public jakarta.ws.rs.container.ContainerRequestFilter getFilter()
    • isPreMatch

      public boolean isPreMatch()
    • isNonBlockingRequired

      public boolean isNonBlockingRequired()
    • isWithFormRead

      public boolean isWithFormRead()
    • handle

      public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
      Specified by:
      handle in interface org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
      Specified by:
      handle in interface ServerRestHandler
      Throws:
      Exception