public class PerformanceResourceTiming extends PerformanceEntry
Modifier and Type | Field and Description |
---|---|
double |
connectEnd |
double |
connectStart |
int |
decodedBodySize |
double |
domainLookupEnd |
double |
domainLookupStart |
int |
encodedBodySize |
double |
fetchStart |
java.lang.String |
initiatorType |
java.lang.String |
nextHopProtocol |
double |
redirectEnd |
double |
redirectStart |
double |
requestStart |
double |
responseEnd |
double |
responseStart |
double |
secureConnectionStart |
int |
transferSize |
double |
workerStart |
duration, entryType, name, startTime
Constructor and Description |
---|
PerformanceResourceTiming() |
public double connectEnd
public double connectStart
public int decodedBodySize
public double domainLookupEnd
public double domainLookupStart
public int encodedBodySize
public double fetchStart
public java.lang.String initiatorType
public java.lang.String nextHopProtocol
public double redirectEnd
public double redirectStart
public double requestStart
public double responseEnd
public double responseStart
public double secureConnectionStart
public int transferSize
public double workerStart