Uses of Class
com.microsoft.azure.proton.transport.proxy.ProxyAuthenticationType
-
Packages that use ProxyAuthenticationType Package Description com.microsoft.azure.proton.transport.proxy Package containing classes for connecting via an HTTP proxy. -
-
Uses of ProxyAuthenticationType in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy that return ProxyAuthenticationType Modifier and Type Method Description ProxyAuthenticationTypeProxyConfiguration. authentication()Gets the proxy authentication type to use.static ProxyAuthenticationTypeProxyAuthenticationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProxyAuthenticationType[]ProxyAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.azure.proton.transport.proxy with parameters of type ProxyAuthenticationType Constructor Description ProxyConfiguration(ProxyAuthenticationType authentication, java.net.Proxy proxyAddress, java.lang.String username, java.lang.String password)Creates a proxy configuration that uses theproxyAddressand authenticates with providedusername,passwordandauthentication.
-