Uses of Class
org.eclipse.ecf.core.util.Proxy.Type

Packages that use Proxy.Type
org.eclipse.ecf.core.util   
 

Uses of Proxy.Type in org.eclipse.ecf.core.util
 

Fields in org.eclipse.ecf.core.util declared as Proxy.Type
static Proxy.Type Proxy.Type.DIRECT
           
static Proxy.Type Proxy.Type.HTTP
           
static Proxy.Type Proxy.Type.SOCKS
           
 

Methods in org.eclipse.ecf.core.util that return Proxy.Type
static Proxy.Type Proxy.Type.fromString(java.lang.String type)
           
 Proxy.Type Proxy.getType()
           
 

Constructors in org.eclipse.ecf.core.util with parameters of type Proxy.Type
Proxy(Proxy.Type type, ProxyAddress address)
           
Proxy(Proxy.Type type, ProxyAddress address, java.lang.String username, java.lang.String password)