Class HttpTrace.Request
java.lang.Object
org.springframework.boot.actuate.trace.http.HttpTrace.Request
- Enclosing class:
- HttpTrace
Trace of an HTTP request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Request
Creates a fully-configuredRequest
instance. Primarily for use byHttpTraceRepository
implementations when recreating a request from a persistent store.- Parameters:
method
- the HTTP method of the requesturi
- the URI of the requestheaders
- the request headersremoteAddress
- remote address from which the request was sent, if known- Since:
- 2.1.0
-
-
Method Details
-
getMethod
-
getUri
-
getHeaders
-
getRemoteAddress
-