Uses of Interface
io.vertx.core.spi.observability.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics that return types with arguments of type HttpResponseModifier and TypeMethodDescriptiondefault ClientMetrics<R, HttpRequest, HttpResponse> HttpClientMetrics.createEndpointMetrics(SocketAddress remoteAddress, int maxPoolSize) Provides metrics for a particular endpointMethods in io.vertx.core.spi.metrics with parameters of type HttpResponseModifier and TypeMethodDescriptiondefault voidHttpServerMetrics.responseBegin(R requestMetric, HttpResponse response) Called when an http server response begins.default voidHttpServerMetrics.responseEnd(R requestMetric, HttpResponse response, long bytesWritten) Called when an http server response has ended.default RHttpServerMetrics.responsePushed(SocketAddress remoteAddress, HttpMethod method, String uri, HttpResponse response) Called when an http server response is pushed.