Uses of Class
org.eclipse.ecf.core.util.Proxy.Type
Packages that use Proxy.Type
-
Uses of Proxy.Type in org.eclipse.ecf.core.util
Fields in org.eclipse.ecf.core.util declared as Proxy.TypeModifier and TypeFieldDescriptionstatic final Proxy.Type
Proxy.Type.DIRECT
static final Proxy.Type
Proxy.Type.HTTP
static final Proxy.Type
Proxy.Type.SOCKS
Methods in org.eclipse.ecf.core.util that return Proxy.TypeModifier and TypeMethodDescriptionstatic Proxy.Type
Proxy.Type.fromString
(String type) Proxy.getType()
Constructors in org.eclipse.ecf.core.util with parameters of type Proxy.TypeModifierConstructorDescriptionProxy
(Proxy.Type type, ProxyAddress address) Proxy
(Proxy.Type type, ProxyAddress address, String username, String password)