public class WinHttpHelpers extends Object
WinHttp functions.| Modifier and Type | Method and Description |
|---|---|
static String |
detectAutoProxyConfigUrl(com.sun.jna.platform.win32.WinDef.DWORD dwAutoDetectFlags)
Finds the URL for the Proxy Auto-Configuration (PAC) file using WPAD.
|
static void |
freeGlobalMemory(com.sun.jna.Pointer p) |
static String |
getAndFreeGlobalString(com.sun.jna.platform.win32.WTypes.LPWSTR h) |
public static String detectAutoProxyConfigUrl(com.sun.jna.platform.win32.WinDef.DWORD dwAutoDetectFlags)
This method is blocking and may take some time to execute.
dwAutoDetectFlags - flags for auto detectionnull if it cannot be located
using WPAD method.public static void freeGlobalMemory(com.sun.jna.Pointer p)
public static String getAndFreeGlobalString(com.sun.jna.platform.win32.WTypes.LPWSTR h)
Copyright © 2023. All rights reserved.