Uses of Class
com.azure.core.amqp.ProxyOptions
Packages that use ProxyOptions
Package
Description
Package containing classes common to AMQP protocol.
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 ProxyOptionsModifier and TypeFieldDescriptionstatic final ProxyOptionsProxyOptions.SYSTEM_DEFAULTSGets the system defaults for proxy configuration and authentication.Methods in com.azure.core.amqp that return ProxyOptionsModifier and TypeMethodDescriptionstatic 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 ProxyOptionsModifier and TypeMethodDescriptionAmqpTrait.proxyOptions(ProxyOptions proxyOptions) Sets the proxy configuration to use.