| Package | Description |
|---|---|
| io.vertx.core.http.impl | |
| io.vertx.core.metrics.impl | |
| io.vertx.core.net.impl | |
| io.vertx.core.spi.metrics | |
| io.vertx.micrometer.impl |
| Modifier and Type | Method and Description |
|---|---|
protected TCPMetrics<?> |
HttpServerImpl.createMetrics(SocketAddress localAddress) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DummyVertxMetrics.DummyHttpClientMetrics |
static class |
DummyVertxMetrics.DummyHttpServerMetrics |
static class |
DummyVertxMetrics.DummyTCPMetrics |
| Modifier and Type | Method and Description |
|---|---|
protected TCPMetrics<?> |
NetServerImpl.createMetrics(SocketAddress localAddress) |
protected TCPMetrics<?> |
TCPServerBase.createMetrics(SocketAddress localAddress) |
TCPMetrics<?> |
TCPServerBase.getMetrics() |
TCPMetrics |
NetSocketImpl.metrics() |
| Constructor and Description |
|---|
NetSocketImpl(ContextInternal context,
io.netty.channel.ChannelHandlerContext channel,
SocketAddress remoteAddress,
SSLHelper helper,
TCPMetrics metrics,
String negotiatedApplicationLayerProtocol) |
NetSocketImpl(ContextInternal context,
io.netty.channel.ChannelHandlerContext channel,
SSLHelper helper,
TCPMetrics metrics) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpClientMetrics<R,W,S,T>
The http client metrics SPI that Vert.x will use to call when http client events occur.
The thread model for the http server metrics depends on the actual context thats started the server.
|
interface |
HttpServerMetrics<R,W,S>
The http server metrics SPI that Vert.x will use to call when each http server event occurs.
The thread model for the http server metrics depends on the actual context thats started the server.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
TCPMetrics<?> |
VertxMetricsImpl.createNetClientMetrics(NetClientOptions netClientOptions) |
TCPMetrics<?> |
VertxMetricsImpl.createNetServerMetrics(NetServerOptions netServerOptions,
SocketAddress socketAddress) |
Copyright © 2021. All rights reserved.