Class MixedContentIssueDetails

java.lang.Object
io.webfolder.cdp.type.audits.MixedContentIssueDetails

public class MixedContentIssueDetails extends Object
  • Constructor Details

    • MixedContentIssueDetails

      public MixedContentIssueDetails()
  • Method Details

    • getResourceType

      public MixedContentResourceType getResourceType()
      The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
    • setResourceType

      public void setResourceType(MixedContentResourceType resourceType)
      The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
    • getResolutionStatus

      public MixedContentResolutionStatus getResolutionStatus()
      The way the mixed content issue is being resolved.
    • setResolutionStatus

      public void setResolutionStatus(MixedContentResolutionStatus resolutionStatus)
      The way the mixed content issue is being resolved.
    • getInsecureURL

      public String getInsecureURL()
      The unsafe http url causing the mixed content issue.
    • setInsecureURL

      public void setInsecureURL(String insecureURL)
      The unsafe http url causing the mixed content issue.
    • getMainResourceURL

      public String getMainResourceURL()
      The url responsible for the call to an unsafe url.
    • setMainResourceURL

      public void setMainResourceURL(String mainResourceURL)
      The url responsible for the call to an unsafe url.
    • getRequest

      public AffectedRequest getRequest()
      The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
    • setRequest

      public void setRequest(AffectedRequest request)
      The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
    • getFrame

      public AffectedFrame getFrame()
      Optional because not every mixed content issue is necessarily linked to a frame.
    • setFrame

      public void setFrame(AffectedFrame frame)
      Optional because not every mixed content issue is necessarily linked to a frame.
    • toString

      public String toString()
      Overrides:
      toString in class Object