Package de.sstoehr.harreader.model
Klasse HarEntry
java.lang.Object
de.sstoehr.harreader.model.HarEntry
Information about a single HTTP request.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetCache()getTime()inthashCode()voidsetAdditionalField(String key, Object value) voidvoidsetComment(String comment) voidsetConnection(String connection) voidsetPageref(String pageref) voidsetRequest(HarRequest request) voidsetResponse(HarResponse response) voidsetServerIPAddress(String serverIPAddress) voidsetStartedDateTime(Date startedDateTime) voidvoidsetTimings(HarTiming timings)
-
Konstruktordetails
-
HarEntry
public HarEntry()
-
-
Methodendetails
-
getPageref
- Gibt zurück:
- Reference to parent page, to which the request belongs to, null if not present.
-
setPageref
-
getStartedDateTime
- Gibt zurück:
- Start time of request, null if not present.
-
setStartedDateTime
-
getTime
- Gibt zurück:
- Total request time (in ms), null if not present.
-
setTime
-
getRequest
- Gibt zurück:
- Detailed request information.
-
setRequest
-
getResponse
- Gibt zurück:
- Detailed response information.
-
setResponse
-
getCache
- Gibt zurück:
- Information about cache usage.
-
setCache
-
getTimings
- Gibt zurück:
- Detailed information about request/response timings.
-
setTimings
-
getServerIPAddress
- Gibt zurück:
- Server IP address (result of DNS resolution), null if not present.
-
setServerIPAddress
-
getConnection
- Gibt zurück:
- Unique ID of TCP/IP connection, null if not present.
-
setConnection
-
getComment
- Gibt zurück:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Gibt zurück:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-