Class HttpTrace.Response
java.lang.Object
org.springframework.boot.actuate.trace.http.HttpTrace.Response
- Enclosing class:
- HttpTrace
Trace of an HTTP response.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Response
Creates a fully-configuredResponse
instance. Primarily for use byHttpTraceRepository
implementations when recreating a response from a persistent store.- Parameters:
status
- the status of the responseheaders
- the response headers- Since:
- 2.1.0
-
-
Method Details
-
getStatus
public int getStatus() -
getHeaders
-