Interface TrackedResponse<T>
- All Superinterfaces:
HttpResponse<T>
- All Known Subinterfaces:
CacheAwareResponse<T>
A response with recorded send/receive timestamps.
-
Nested Class Summary
Nested classes/interfaces inherited from interface HttpResponse
HttpResponse.BodyHandler<T>, HttpResponse.BodyHandlers, HttpResponse.BodySubscriber<T>, HttpResponse.BodySubscribers, HttpResponse.PushPromiseHandler<T>, HttpResponse.ResponseInfo -
Method Summary
Modifier and TypeMethodDescriptionReturns the time the request resulting in this response was sent.Returns the time this response was received.Methods inherited from interface HttpResponse
body, connectionLabel, headers, previousResponse, request, sslSession, statusCode, uri, version