Package io.micrometer.tracing.http
Interface HttpServerResponse
- 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 Server response.
- Since:
- 1.10.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Throwable
error()
Deprecated.Returns the exception.default io.micrometer.observation.transport.Kind
kind()
Deprecated.Returns the transport kind.default HttpServerRequest
request()
Deprecated.Returns the HTTP request.Methods inherited from interface io.micrometer.tracing.http.HttpResponse
header, method, route, statusCode
Methods inherited from interface io.micrometer.tracing.http.Response
headerNames, unwrap
-
Method Details
-
request
Deprecated.Description copied from interface:Response
Returns the HTTP request.- Specified by:
request
in interfaceHttpResponse
- Specified by:
request
in interfaceResponse
- Returns:
- corresponding request
-
error
Deprecated.Description copied from interface:Response
Returns the exception. -
kind
default io.micrometer.observation.transport.Kind kind()Deprecated.Description copied from interface:Response
Returns the transport kind.
-