Interface TimingData


public interface TimingData
Timing data
  • Method Details

    • timeBetweenRequestSentAndStartOfResponse

      Duration timeBetweenRequestSentAndStartOfResponse()
      The time between when Burp sent the request and the start of the response being received.
      Returns:
      the duration or null if no response returned.
    • timeBetweenRequestSentAndEndOfResponse

      Duration timeBetweenRequestSentAndEndOfResponse()
      The time between when Burp sent the request and the end of the response being received.
      Returns:
      the duration or null if no response returned or the response never completes.
    • timeRequestSent

      ZonedDateTime timeRequestSent()
      The time that Burp issued the request.
      Returns:
      the time that Burp issued the request.