Uses of Class
com.jniwrapper.win32.winhttp.AuthCredentials.AuthTarget

Packages that use AuthCredentials.AuthTarget
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 AuthCredentials.AuthTarget in com.jniwrapper.win32.winhttp
 

Fields in com.jniwrapper.win32.winhttp declared as AuthCredentials.AuthTarget
static AuthCredentials.AuthTarget AuthCredentials.AuthTarget.PROXY
          Authentication target is a proxy.
static AuthCredentials.AuthTarget AuthCredentials.AuthTarget.SERVER
          Authentication target is a server.
 

Methods in com.jniwrapper.win32.winhttp that return AuthCredentials.AuthTarget
 AuthCredentials.AuthTarget AuthCredentials.getAuthTarget()
           
 

Methods in com.jniwrapper.win32.winhttp with parameters of type AuthCredentials.AuthTarget
 void AuthCredentials.setAuthTarget(AuthCredentials.AuthTarget authTarget)