Class SubresourceWebBundleInnerResponseParsed


  • @Beta
    public class SubresourceWebBundleInnerResponseParsed
    extends java.lang.Object
    Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.
    • Constructor Detail

      • SubresourceWebBundleInnerResponseParsed

        public SubresourceWebBundleInnerResponseParsed​(RequestId innerRequestId,
                                                       java.lang.String innerRequestURL,
                                                       java.util.Optional<RequestId> bundleRequestId)
    • Method Detail

      • getInnerRequestId

        public RequestId getInnerRequestId()
        Request identifier of the subresource request
      • getInnerRequestURL

        public java.lang.String getInnerRequestURL()
        URL of the subresource resource.
      • getBundleRequestId

        public java.util.Optional<RequestId> getBundleRequestId()
        Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.