Class TracingInstrumentationHandler

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

public class TracingInstrumentationHandler extends PipelinedHandler
  • Constructor Details

    • TracingInstrumentationHandler

      public TracingInstrumentationHandler()
    • TracingInstrumentationHandler

      public TracingInstrumentationHandler(PipelinedHandler 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
      Throws:
      Exception