public class Timing extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
connectEnd
Time immediately before the user agent starts establishing the connection to the server to retrieve the resource.
|
double |
connectStart
Time immediately before the user agent starts establishing the connection to the server to retrieve the resource.
|
double |
domainLookupEnd
Time immediately after the browser starts the domain name lookup for the resource.
|
double |
domainLookupStart
Time immediately before the browser starts the domain name lookup for the resource.
|
double |
requestStart
Time immediately before the browser starts requesting the resource from the server, cache, or local resource.
|
double |
responseEnd
Time immediately after the browser receives the last byte of the resource or immediately before the transport connection
is closed, whichever comes first.
|
double |
responseStart
Time immediately after the browser starts requesting the resource from the server, cache, or local resource.
|
double |
secureConnectionStart
Time immediately before the browser starts the handshake process to secure the current connection.
|
double |
startTime
Request start time in milliseconds elapsed since January 1, 1970 00:00:00 UTC
|
| Constructor and Description |
|---|
Timing() |
public double startTime
public double domainLookupStart
startTime, -1 if not available.public double domainLookupEnd
startTime, -1 if not available.public double connectStart
startTime, -1 if not available.public double secureConnectionStart
startTime, -1 if not available.public double connectEnd
startTime, -1 if not available.public double requestStart
startTime, -1 if not available.public double responseStart
startTime, -1 if not available.public double responseEnd
startTime, -1 if not available.Copyright © 2021. All rights reserved.