MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getStorageHolder

Method getStorageHolder

src/main/java/org/htmlunit/WebClient.java:2884–2886  ·  view source on GitHub ↗

Gets the holder for the different storages. Experimental API: May be changed in next release! @return the holder

()

Source from the content-addressed store, hash-verified

2882 * @return the holder
2883 */
2884 public StorageHolder getStorageHolder() {
2885 return storageHolder_;
2886 }
2887
2888 /**
2889 * Returns the currently configured cookies applicable to the specified URL, in an unmodifiable set.

Callers 7

localStorageMethod · 0.95
populateLocalStorageMethod · 0.95
sessionStorageMethod · 0.95
sessionStorageMethod · 0.80
localStorageMethod · 0.80
getStorageMethod · 0.80

Calls

no outgoing calls

Tested by 6

localStorageMethod · 0.76
populateLocalStorageMethod · 0.76
sessionStorageMethod · 0.76
sessionStorageMethod · 0.64
localStorageMethod · 0.64