Package io.webfolder.cdp.event.network
Class LoadingFinished
java.lang.Object
io.webfolder.cdp.event.network.LoadingFinished
Fired when HTTP request has finished loading.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTotal number of bytes received for this request.Request identifier.Timestamp.Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.void
setEncodedDataLength
(Double encodedDataLength) Total number of bytes received for this request.void
setRequestId
(String requestId) Request identifier.void
setShouldReportCorbBlocking
(Boolean shouldReportCorbBlocking) Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.void
setTimestamp
(Double timestamp) Timestamp.toString()
-
Constructor Details
-
LoadingFinished
public LoadingFinished()
-
-
Method Details
-
getRequestId
Request identifier. -
setRequestId
Request identifier. -
getTimestamp
Timestamp. -
setTimestamp
Timestamp. -
getEncodedDataLength
Total number of bytes received for this request. -
setEncodedDataLength
Total number of bytes received for this request. -
isShouldReportCorbBlocking
Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console. -
setShouldReportCorbBlocking
Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console. -
toString
-