-
public final class ResourceTimingTimings for the resource connection.
FOR INTERNAL USAGE ONLY.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongdnsStartprivate final LongdnsDurationprivate final LongconnectStartprivate final LongconnectDurationprivate final LongsslStartprivate final LongsslDurationprivate final LongfirstByteStartprivate final LongfirstByteDurationprivate final LongdownloadStartprivate final LongdownloadDuration
-
Method Summary
Modifier and Type Method Description final LonggetDnsStart()Timestamp (in nanoseconds) of DNS lookup start. final LonggetDnsDuration()Duration (in nanoseconds) of DNS lookup. final LonggetConnectStart()Timestamp (in nanoseconds) of the connection start. final LonggetConnectDuration()Duration (in nanoseconds) of the connection. final LonggetSslStart()Timestamp (in nanoseconds) of SSL handshake start. final LonggetSslDuration()Duration (in nanoseconds) of SSL handshake. final LonggetFirstByteStart()Timestamp (in nanoseconds) of headers fetch start. final LonggetFirstByteDuration()Duration (in nanoseconds) of headers fetch. final LonggetDownloadStart()Timestamp (in nanoseconds) of body download start. final LonggetDownloadDuration()Duration (in nanoseconds) of body download. -
-
Method Detail
-
getDnsStart
final Long getDnsStart()
Timestamp (in nanoseconds) of DNS lookup start.
-
getDnsDuration
final Long getDnsDuration()
Duration (in nanoseconds) of DNS lookup.
-
getConnectStart
final Long getConnectStart()
Timestamp (in nanoseconds) of the connection start.
-
getConnectDuration
final Long getConnectDuration()
Duration (in nanoseconds) of the connection.
-
getSslStart
final Long getSslStart()
Timestamp (in nanoseconds) of SSL handshake start.
-
getSslDuration
final Long getSslDuration()
Duration (in nanoseconds) of SSL handshake.
-
getFirstByteStart
final Long getFirstByteStart()
Timestamp (in nanoseconds) of headers fetch start.
-
getFirstByteDuration
final Long getFirstByteDuration()
Duration (in nanoseconds) of headers fetch.
-
getDownloadStart
final Long getDownloadStart()
Timestamp (in nanoseconds) of body download start.
-
getDownloadDuration
final Long getDownloadDuration()
Duration (in nanoseconds) of body download.
-
-
-
-