Skip navigation links
JNA API 4.4.0
com.sun.jna.platform.win32

Class WininetUtil



  • public class WininetUtil
    extends Object
    Reusable functions that use WinInet
    • Constructor Detail

      • WininetUtil

        public WininetUtil()
    • Method Detail

      • getCache

        public static Map<String,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)
JNA API 4.4.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.