Uses of Interface
io.vertx.core.spi.metrics.TransportMetrics
Packages that use TransportMetrics
-
Uses of TransportMetrics in io.vertx.core.spi.metrics
Subinterfaces of TransportMetrics in io.vertx.core.spi.metricsModifier and TypeInterfaceDescriptioninterfaceTCPMetrics<C>Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.vertx.core.spi.metrics that return TransportMetricsModifier and TypeMethodDescriptiondefault TransportMetrics<?> VertxMetrics.createQuicEndpointMetrics(QuicEndpointConfig config, String protocol, SocketAddress localAddress) Provides the quic endpoint metrics SPI when a quic endpoint is created.default TransportMetrics<?> VertxMetrics.createTcpClientMetrics(TcpClientConfig config, String protocol) Provides the TCP client metrics SPI when a net client is created.default TransportMetrics<?> VertxMetrics.createTcpServerMetrics(TcpServerConfig config, String protocol, SocketAddress localAddress) Provides the net server metrics SPI when a net server is created.
TransportMetrics