Class RequestInterceptorsExecutor

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.handlers.RequestInterceptorsExecutor
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class RequestInterceptorsExecutor extends PipelinedHandler
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • RequestInterceptorsExecutor

      public RequestInterceptorsExecutor(InterceptPoint interceptPoint)
      Parameters:
      interceptPoint -
    • RequestInterceptorsExecutor

      public RequestInterceptorsExecutor(PipelinedHandler next, InterceptPoint interceptPoint)
      Parameters:
      next -
      interceptPoint -
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Specified by:
      handleRequest in class PipelinedHandler
      Parameters:
      exchange -
      Throws:
      Exception