Uses of Interface
io.vertx.core.spi.metrics.HttpServerMetrics
Packages that use HttpServerMetrics
-
Uses of HttpServerMetrics in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics that return HttpServerMetricsModifier and TypeMethodDescriptiondefault HttpServerMetrics<?, ?> VertxMetrics.createHttpServerMetrics(HttpServerConfig config, SocketAddress tcpLocalAddress, SocketAddress udpLocalAddress) Provides the http server metrics SPI when an http server is created.