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 void |
HttpServerMetrics.responseBegin(R requestMetric,
HttpResponse response)
Called when an http server response begins.
|
default void |
HttpServerMetrics.responseEnd(R requestMetric,
HttpResponse response,
long bytesWritten)
Called when an http server response has ended.
|
default R |
HttpServerMetrics.responsePushed(S socketMetric,
HttpMethod method,
String uri,
HttpResponse response)
Called when an http server response is pushed.
|
Copyright © 2021 Eclipse. All rights reserved.