Class MetricsInstrumentationHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class MetricsInstrumentationHandler
    extends PipelinedHandler
    • Constructor Detail

      • MetricsInstrumentationHandler

        public MetricsInstrumentationHandler()
      • MetricsInstrumentationHandler

        public MetricsInstrumentationHandler​(PipelinedHandler next)
        Parameters:
        next -
    • Method Detail

      • 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