Uses of Interface
io.vertx.core.spi.metrics.TCPMetrics
-
Packages that use TCPMetrics Package Description io.vertx.core.spi.metrics -
-
Uses of TCPMetrics in io.vertx.core.spi.metrics
Subinterfaces of TCPMetrics in io.vertx.core.spi.metrics Modifier and Type Interface Description interface
HttpClientMetrics<R,W,S>
The http client metrics SPI that Vert.x will use to call when http client events occur.interface
HttpServerMetrics<R,W,S>
The http server metrics SPI that Vert.x will use to call when each http server event occurs.Methods in io.vertx.core.spi.metrics that return TCPMetrics Modifier and Type Method Description default TCPMetrics<?>
VertxMetrics. createNetClientMetrics(NetClientOptions options)
Provides the net client metrics SPI when a net client is created.default TCPMetrics<?>
VertxMetrics. createNetServerMetrics(NetServerOptions options, SocketAddress localAddress)
Provides the net server metrics SPI when a net server is created.
-