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
Fields in io.opentelemetry.exporter.internal declared as HttpSender.ResponseModifier and TypeFieldDescriptionprivate final HttpSender.Response
FailedExportException.HttpExportException.response
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.Constructors in io.opentelemetry.exporter.internal with parameters of type HttpSender.ResponseModifierConstructorDescriptionprivate
HttpExportException
(HttpSender.Response response, Throwable cause) -
Uses of HttpSender.Response in io.opentelemetry.exporter.internal.http
Methods in io.opentelemetry.exporter.internal.http with parameters of type HttpSender.ResponseModifier and TypeMethodDescriptionprivate void
HttpExporter.onResponse
(CompletableResultCode result, int numItems, HttpSender.Response httpResponse) Method parameters in io.opentelemetry.exporter.internal.http with type arguments of type HttpSender.Response