Gets the holder for the different storages. Experimental API: May be changed in next release! @return the holder
()
| 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. |
no outgoing calls