-
public final class FrameResourceInformation about the Resource on the page.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final ResourceTypetypeprivate final StringmimeTypeprivate final DoublelastModifiedprivate final DoublecontentSizeprivate final Booleanfailedprivate final Booleancanceled
-
Constructor Summary
Constructors Constructor Description FrameResource(String url, ResourceType type, String mimeType, Double lastModified, Double contentSize, Boolean failed, Boolean canceled)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ResourceTypecomponent2()final Stringcomponent3()final Doublecomponent4()final Doublecomponent5()final Booleancomponent6()final Booleancomponent7()final FrameResourcecopy(String url, ResourceType type, String mimeType, Double lastModified, Double contentSize, Boolean failed, Boolean canceled)final StringgetUrl()Resource URL. final ResourceTypegetType()Type of this resource. final StringgetMimeType()Resource mimeType as determined by the browser. final DoublegetLastModified()last-modified timestamp as reported by server. final DoublegetContentSize()Resource content size. final BooleangetFailed()True if the resource failed to load. final BooleangetCanceled()True if the resource was canceled during loading. -
-
Method Detail
-
component1
final String component1()
-
component2
final ResourceType component2()
-
component3
final String component3()
-
component4
final Double component4()
-
component5
final Double component5()
-
component6
final Boolean component6()
-
component7
final Boolean component7()
-
copy
final FrameResource copy(String url, ResourceType type, String mimeType, Double lastModified, Double contentSize, Boolean failed, Boolean canceled)
-
getType
final ResourceType getType()
Type of this resource.
-
getMimeType
final String getMimeType()
Resource mimeType as determined by the browser.
-
getLastModified
final Double getLastModified()
last-modified timestamp as reported by server.
-
getContentSize
final Double getContentSize()
Resource content size.
-
getCanceled
final Boolean getCanceled()
True if the resource was canceled during loading.
-
-
-
-