Class RequestNotManagedHandler

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

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

    • RequestNotManagedHandler

      public RequestNotManagedHandler()
      Creates a new instance of RequestProxyHandler
    • RequestNotManagedHandler

      public RequestNotManagedHandler(PipelinedHandler next)
      Creates a new instance of RequestProxyHandler
      Parameters:
      next -
    • RequestNotManagedHandler

      public RequestNotManagedHandler(io.undertow.server.HttpHandler handler)
      Creates a new instance of RequestProxyHandler
      Parameters:
      handler -
  • 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