Uses of Enum
com.azure.core.http.ProxyOptions.Type
Packages that use ProxyOptions.Type
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
-
Uses of ProxyOptions.Type in com.azure.core.http
Subclasses with type arguments of type ProxyOptions.Type in com.azure.core.httpMethods in com.azure.core.http that return ProxyOptions.TypeModifier and TypeMethodDescriptionProxyOptions.getType()Gets the type of the proxy.static ProxyOptions.TypeReturns the enum constant of this type with the specified name.static ProxyOptions.Type[]ProxyOptions.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.core.http with parameters of type ProxyOptions.TypeModifierConstructorDescriptionProxyOptions(ProxyOptions.Type type, InetSocketAddress address) Creates ProxyOptions.