Package io.webfolder.cdp.type.network
Class CachedResource
java.lang.Object
io.webfolder.cdp.type.network.CachedResource
Information about the cached resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCached response body size.Cached response data.getType()
Type of this resource.getUrl()
Resource URL.void
setBodySize
(Double bodySize) Cached response body size.void
setResponse
(Response response) Cached response data.void
setType
(ResourceType type) Type of this resource.void
Resource URL.toString()
-
Constructor Details
-
CachedResource
public CachedResource()
-
-
Method Details
-
getUrl
Resource URL. This is the url of the original network request. -
setUrl
Resource URL. This is the url of the original network request. -
getType
Type of this resource. -
setType
Type of this resource. -
getResponse
Cached response data. -
setResponse
Cached response data. -
getBodySize
Cached response body size. -
setBodySize
Cached response body size. -
toString
-