Package 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.

See:
          Description

Interface Summary
ProxySettings A generic interface for getting proxy settings.
 

Class Summary
AuthCredentials This class is designed for determining authorization credentials that are required on remote proxy settings requests.
AuthCredentials.AuthScheme This class is an enumeration of authorization schemes.
AuthCredentials.AuthTarget This class is an enumeration of authorization targets.
DefaultProxySettings Provides information about default proxy configuration from the registry.
IEProxySettings Provides information about proxy settings of Internet Explorer.
IEProxySettings.ServerInfo This class contains information about sever protocol, proxy addres and port.
RemoteProxySettings Returns the proxy configuration for the specified URL.
 

Exception Summary
WinHttpException Thrown to indicate that an error of some sort has occurred in Win HTTP.
 

Package com.jniwrapper.win32.winhttp Description

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.