Uses of Class
com.azure.core.amqp.ProxyAuthenticationType
-
Packages that use ProxyAuthenticationType Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of ProxyAuthenticationType in com.azure.core.amqp
Methods in com.azure.core.amqp that return ProxyAuthenticationType Modifier and Type Method Description ProxyAuthenticationTypeProxyOptions. getAuthentication()Gets the proxy authentication type.static ProxyAuthenticationTypeProxyAuthenticationType. valueOf(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.azure.core.amqp with parameters of type ProxyAuthenticationType Constructor Description ProxyOptions(ProxyAuthenticationType authentication, Proxy proxyAddress, String username, String password)Creates a proxy configuration that uses theproxyAddressand authenticates with providedusername,passwordandauthentication.
-