| Package | Description | 
|---|---|
| io.vertx.core.spi.metrics | 
| Modifier and Type | Method and Description | 
|---|---|
default ClientMetrics<R,T,HttpRequest,HttpResponse> | 
HttpClientMetrics.createEndpointMetrics(SocketAddress remoteAddress,
                     int maxPoolSize)
Provides metrics for a particular endpoint 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default R | 
HttpServerMetrics.requestBegin(S socketMetric,
            HttpRequest request)
Called when an http server request begins. 
 | 
default void | 
HttpServerMetrics.requestEnd(R requestMetric,
          HttpRequest request,
          long bytesRead)
Called when an http server request has ended. 
 | 
Copyright © 2021 Eclipse. All rights reserved.