Uses of Interface
io.opentelemetry.exporter.internal.http.HttpSender.Response
Packages that use HttpSender.Response
Package
Description
Internal utilities for exporters.
-
Uses of HttpSender.Response in io.opentelemetry.exporter.internal
Methods in io.opentelemetry.exporter.internal that return HttpSender.ResponseModifier and TypeMethodDescriptionFailedExportException.HttpExportException.getResponse()Returns the response if the export failed with a response from the server, or null if the export failed exceptionally with no response.Methods in io.opentelemetry.exporter.internal with parameters of type HttpSender.ResponseModifier and TypeMethodDescriptionFailedExportException.httpFailedWithResponse(HttpSender.Response response) Indicates an HTTP export failed after receiving a response from the server. -
Uses of HttpSender.Response in io.opentelemetry.exporter.internal.http
Method parameters in io.opentelemetry.exporter.internal.http with type arguments of type HttpSender.Response