Uses of Class
com.microsoft.azure.proton.transport.proxy.Proxy.ProxyState
-
Packages that use Proxy.ProxyState Package Description com.microsoft.azure.proton.transport.proxy Package containing classes for connecting via an HTTP proxy.com.microsoft.azure.proton.transport.proxy.impl Package containg implementation forProxyHandlerandProxy. -
-
Uses of Proxy.ProxyState in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy that return Proxy.ProxyState Modifier and Type Method Description static Proxy.ProxyStateProxy.ProxyState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Proxy.ProxyState[]Proxy.ProxyState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Proxy.ProxyState in com.microsoft.azure.proton.transport.proxy.impl
Methods in com.microsoft.azure.proton.transport.proxy.impl that return Proxy.ProxyState Modifier and Type Method Description protected Proxy.ProxyStateProxyImpl. getProxyState()
-