JavaScript is disabled on your browser.
Constructor Summary
Constructors
Constructor and Description
HarTiming ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
HarTiming
public HarTiming()
Method Detail
getDns
public Integer getDns()
Returns:
DNS resolution time. The time required to resolve a host name.
DEFAULT_TIME if the timing does not apply to the current request.
getSend
public Integer getSend()
Returns:
Time required to send HTTP request to the server, null if not present.
getWait
public Integer getWait()
Returns:
Waiting for a response from the server, null if not present.
getSsl
public Integer getSsl()
Returns:
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_TIME if the timing does not apply to the current request.
Copyright © 2016. All Rights Reserved.