Uses of Class
com.azure.core.amqp.ProxyOptions
-
Packages that use ProxyOptions Package Description com.azure.core.amqp Package containing classes common to AMQP protocol.com.azure.core.amqp.client.traits This package contains interfaces that represent common cross-cutting (and AMQP-related) aspects of functionality offered by libraries in the Azure SDK for Java. -
-
Uses of ProxyOptions in com.azure.core.amqp
Fields in com.azure.core.amqp declared as ProxyOptions Modifier and Type Field Description static ProxyOptionsProxyOptions. SYSTEM_DEFAULTSGets the system defaults for proxy configuration and authentication.Methods in com.azure.core.amqp that return ProxyOptions Modifier and Type Method Description static ProxyOptionsProxyOptions. fromConfiguration(Configuration configuration)Attempts to load a proxy from the configuration. -
Uses of ProxyOptions in com.azure.core.amqp.client.traits
Methods in com.azure.core.amqp.client.traits with parameters of type ProxyOptions Modifier and Type Method Description TAmqpTrait. proxyOptions(ProxyOptions proxyOptions)Sets the proxy configuration to use.
-