Package io.micrometer.tracing.http
Interface HttpClientResponse
- All Superinterfaces:
HttpResponse,Response
Deprecated.
scheduled for removal in 1.4.0
This API is taken from OpenZipkin Brave.
Abstract response type used for parsing and sampling. Represents an HTTP Client response.
- Since:
- 1.10.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Throwableerror()Deprecated.Returns the exception.default io.micrometer.observation.transport.Kindkind()Deprecated.Returns the transport kind.default HttpClientRequestrequest()Deprecated.Returns the HTTP request.Methods inherited from interface io.micrometer.tracing.http.HttpResponse
header, method, route, statusCodeMethods inherited from interface io.micrometer.tracing.http.Response
headerNames, unwrap
-
Method Details
-
request
Deprecated.Description copied from interface:ResponseReturns the HTTP request.- Specified by:
requestin interfaceHttpResponse- Specified by:
requestin interfaceResponse- Returns:
- corresponding request
-
error
Deprecated.Description copied from interface:ResponseReturns the exception. -
kind
default io.micrometer.observation.transport.Kind kind()Deprecated.Description copied from interface:ResponseReturns the transport kind.
-