Package io.webfolder.cdp.type.audits
Class MixedContentIssueDetails
java.lang.Object
io.webfolder.cdp.type.audits.MixedContentIssueDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrame()
Optional because not every mixed content issue is necessarily linked to a frame.The unsafe http url causing the mixed content issue.The url responsible for the call to an unsafe url.The mixed content request.The way the mixed content issue is being resolved.The type of resource causing the mixed content issue (css, js, iframe, form,...).void
setFrame
(AffectedFrame frame) Optional because not every mixed content issue is necessarily linked to a frame.void
setInsecureURL
(String insecureURL) The unsafe http url causing the mixed content issue.void
setMainResourceURL
(String mainResourceURL) The url responsible for the call to an unsafe url.void
setRequest
(AffectedRequest request) The mixed content request.void
setResolutionStatus
(MixedContentResolutionStatus resolutionStatus) The way the mixed content issue is being resolved.void
setResourceType
(MixedContentResourceType resourceType) The type of resource causing the mixed content issue (css, js, iframe, form,...).toString()
-
Constructor Details
-
MixedContentIssueDetails
public MixedContentIssueDetails()
-
-
Method Details
-
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
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
The way the mixed content issue is being resolved. -
setResolutionStatus
The way the mixed content issue is being resolved. -
getInsecureURL
The unsafe http url causing the mixed content issue. -
setInsecureURL
The unsafe http url causing the mixed content issue. -
getMainResourceURL
The url responsible for the call to an unsafe url. -
setMainResourceURL
The url responsible for the call to an unsafe url. -
getRequest
The mixed content request. Does not always exist (e.g. for unsafe form submission urls). -
setRequest
The mixed content request. Does not always exist (e.g. for unsafe form submission urls). -
getFrame
Optional because not every mixed content issue is necessarily linked to a frame. -
setFrame
Optional because not every mixed content issue is necessarily linked to a frame. -
toString
-