Package com.sun.jna.platform.win32
Class WininetUtil
- java.lang.Object
- 
- com.sun.jna.platform.win32.WininetUtil
 
- 
 public class WininetUtil extends java.lang.ObjectReusable functions that use WinInet
- 
- 
Constructor SummaryConstructors Constructor Description WininetUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>getCache()Helper function for traversing wininet's cache and returning all entries.
 
- 
- 
- 
Method Detail- 
getCachepublic static java.util.Map<java.lang.String,java.lang.String> getCache() Helper function for traversing wininet's cache and returning all entries.
 Some entries are cookies, some entries are history items, and some are actual files.- Returns:
- A map of cache URL => local file (or URL => empty string for cookie and history entries)
 
 
- 
 
-