Uses of Class
com.azure.core.http.ProxyOptions.Type
-
Packages that use ProxyOptions.Type Package Description com.azure.core.http 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.Type Modifier and Type Method Description ProxyOptions.TypeProxyOptions. getType()static ProxyOptions.TypeProxyOptions.Type. valueOf(String name)Returns 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.Type Constructor Description ProxyOptions(ProxyOptions.Type type, InetSocketAddress address)Creates ProxyOptions.
-