Uses of Class
com.jniwrapper.win32.winhttp.WinHttpException

Packages that use WinHttpException
com.jniwrapper.win32.winhttp The com.jniwrapper.win32.winhttp package contains classes, which allow you to obtain system proxy settings, IE proxy settings or remote proxy settings using WinHTTP. 
 

Uses of WinHttpException in com.jniwrapper.win32.winhttp
 

Constructors in com.jniwrapper.win32.winhttp that throw WinHttpException
DefaultProxySettings()
          Creates an instance of default proxy settings.
IEProxySettings()
          Creates a new instance of Internet Explorer proxy settings.
RemoteProxySettings(java.lang.String url, boolean autoLogon)
          Returns the proxy configuration for the specified URL.
RemoteProxySettings(java.lang.String url, java.lang.String pacFileUrl, boolean autoLogon)
          Returns the proxy configuration for the specified URL.