Package de.sstoehr.harreader.model
Klasse HarTiming
java.lang.Object
de.sstoehr.harreader.model.HarTiming
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetDns()getSend()getSsl()getWait()inthashCode()voidsetAdditionalField(String key, Object value) voidsetBlocked(Integer blocked) voidsetComment(String comment) voidsetConnect(Integer connect) voidvoidsetReceive(Integer receive) voidvoidvoid
-
Felddetails
-
DEFAULT_TIME
-
-
Konstruktordetails
-
HarTiming
public HarTiming()
-
-
Methodendetails
-
getBlocked
- Gibt zurück:
- Time spent in a queue waiting for a network connection.
DEFAULT_TIMEif the timing does not apply to the current request.
-
setBlocked
-
getDns
- Gibt zurück:
- DNS resolution time. The time required to resolve a host name.
DEFAULT_TIMEif the timing does not apply to the current request.
-
setDns
-
getConnect
- Gibt zurück:
- Time required to create TCP connection.
DEFAULT_TIMEif the timing does not apply to the current request.
-
setConnect
-
getSend
- Gibt zurück:
- Time required to send HTTP request to the server, null if not present.
-
setSend
-
getWait
- Gibt zurück:
- Waiting for a response from the server, null if not present.
-
setWait
-
getReceive
- Gibt zurück:
- Time required to read entire response from the server (or cache), null if not present.
-
setReceive
-
getSsl
- Gibt zurück:
- Time required for SSL/TLS negotiation.
If this field is defined then the time is also included in the connect field
(to ensure backward compatibility with HAR 1.1).
DEFAULT_TIMEif the timing does not apply to the current request.
-
setSsl
-
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()
-