Class MetricsHandler

java.lang.Object
io.mangoo.routing.handlers.MetricsHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class MetricsHandler extends Object implements io.undertow.server.HttpHandler
Author:
svenkubiak
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.undertow.server.HandlerWrapper
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MetricsHandler(io.undertow.server.HttpHandler next)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRequest(io.undertow.server.HttpServerExchange exchange)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • HANDLER_WRAPPER

      public static final io.undertow.server.HandlerWrapper HANDLER_WRAPPER
  • Constructor Details

    • MetricsHandler

      public MetricsHandler(io.undertow.server.HttpHandler next)
  • Method Details

    • handleRequest

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