Class SubresourceWebBundleMetadataReceived


  • @Beta
    public class SubresourceWebBundleMetadataReceived
    extends java.lang.Object
    Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RequestId getRequestId()
      Request identifier.
      java.util.List<java.lang.String> getUrls()
      A list of URLs of resources in the subresource Web Bundle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubresourceWebBundleMetadataReceived

        public SubresourceWebBundleMetadataReceived​(RequestId requestId,
                                                    java.util.List<java.lang.String> urls)
    • Method Detail

      • getRequestId

        public RequestId getRequestId()
        Request identifier. Used to match this information to another event.
      • getUrls

        public java.util.List<java.lang.String> getUrls()
        A list of URLs of resources in the subresource Web Bundle.