Class BeforeExchangeInitInterceptorsExecutor

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

public class BeforeExchangeInitInterceptorsExecutor extends PipelinedHandler
Executes the Interceptor with interceptPoint REQUEST_BEFORE_EXCHANGE_INIT
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • BeforeExchangeInitInterceptorsExecutor

      public BeforeExchangeInitInterceptorsExecutor()
    • BeforeExchangeInitInterceptorsExecutor

      public BeforeExchangeInitInterceptorsExecutor(PipelinedHandler next)
      Parameters:
      next -
  • 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