Uses of Enum
com.azure.core.http.ProxyOptions.Type
Packages that use ProxyOptions.Type
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
-
Uses of ProxyOptions.Type in com.azure.core.http
Methods in com.azure.core.http that return ProxyOptions.TypeModifier and TypeMethodDescriptionProxyOptions.getType()Gets the type of the prxoy.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.