Klasse HarEntry

java.lang.Object
de.sstoehr.harreader.model.HarEntry

public class HarEntry extends Object
Information about a single HTTP request.
Siehe auch:
  • Konstruktordetails

    • HarEntry

      public HarEntry()
  • Methodendetails

    • getPageref

      public String getPageref()
      Gibt zurück:
      Reference to parent page, to which the request belongs to, null if not present.
    • setPageref

      public void setPageref(String pageref)
    • getStartedDateTime

      public Date getStartedDateTime()
      Gibt zurück:
      Start time of request, null if not present.
    • setStartedDateTime

      public void setStartedDateTime(Date startedDateTime)
    • getTime

      public Integer getTime()
      Gibt zurück:
      Total request time (in ms), null if not present.
    • setTime

      public void setTime(Integer time)
    • getRequest

      public HarRequest getRequest()
      Gibt zurück:
      Detailed request information.
    • setRequest

      public void setRequest(HarRequest request)
    • getResponse

      public HarResponse getResponse()
      Gibt zurück:
      Detailed response information.
    • setResponse

      public void setResponse(HarResponse response)
    • getCache

      public HarCache getCache()
      Gibt zurück:
      Information about cache usage.
    • setCache

      public void setCache(HarCache cache)
    • getTimings

      public HarTiming getTimings()
      Gibt zurück:
      Detailed information about request/response timings.
    • setTimings

      public void setTimings(HarTiming timings)
    • getServerIPAddress

      public String getServerIPAddress()
      Gibt zurück:
      Server IP address (result of DNS resolution), null if not present.
    • setServerIPAddress

      public void setServerIPAddress(String serverIPAddress)
    • getConnection

      public String getConnection()
      Gibt zurück:
      Unique ID of TCP/IP connection, null if not present.
    • setConnection

      public void setConnection(String connection)
    • getComment

      public String getComment()
      Gibt zurück:
      Comment provided by the user or application, null if not present.
    • setComment

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Gibt zurück:
      Map with additional keys, which are not officially supported by the HAR specification
    • setAdditionalField

      public void setAdditionalField(String key, Object value)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object