Module methanol

Interface TrackedResponse<T>

All Superinterfaces:
HttpResponse<T>
All Known Subinterfaces:
CacheAwareResponse<T>

public interface TrackedResponse<T> extends HttpResponse<T>
A response with recorded send/receive timestamps.
  • Method Details

    • timeRequestSent

      Instant timeRequestSent()
      Returns the time the request resulting in this response was sent.
    • timeResponseReceived

      Instant timeResponseReceived()
      Returns the time this response was received.