Class HTTPServer.HTTPMetricHandler

  • All Implemented Interfaces:
    com.sun.net.httpserver.HttpHandler
    Enclosing class:
    HTTPServer

    public static class HTTPServer.HTTPMetricHandler
    extends Object
    implements com.sun.net.httpserver.HttpHandler
    Handles Metrics collections from the given registry.
    • Method Detail

      • handle

        public void handle​(com.sun.net.httpserver.HttpExchange t)
                    throws IOException
        Specified by:
        handle in interface com.sun.net.httpserver.HttpHandler
        Throws:
        IOException