ProxyOptions.Type Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.core.http.ProxyOptions.Type

public enum ProxyOptions.Type
extends Enum<Type>

The type of the proxy.

Fields

HTTP

HTTP proxy type.

SOCKS4

SOCKS4 proxy type.

SOCKS5

SOCKS5 proxy type.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

toProxyType()

public Proxy.Type toProxyType()

Get the Proxy.Type equivalent of this type.

Returns

java.net.Proxy.Type
the proxy type

valueOf(String name)

public static ProxyOptions.Type valueOf(String name)

Parameters

name
String

Returns

values()

public static ProxyOptions.Type[] values()

Returns

Type[]

Applies to