public class ProxyServiceFacadeImpl extends Object implements ProxyServiceFacade
| Constructor and Description |
|---|
ProxyServiceFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPersistentProxySettings()
Discard persistent proxy settings.
|
void |
configureProxy(String protocol,
String host,
int port,
String user,
String password,
String nonProxyHosts)
Configure the OSGI proxy service for the protocol specified.
|
void |
setProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService) |
void |
unsetProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService) |
public void configureProxy(String protocol, String host, int port, String user, String password, String nonProxyHosts)
ProxyServiceFacadeProxyconfigureProxy in interface ProxyServiceFacadeprotocol - proxy protocolhost - proxy hostport - proxy portuser - may be nullpassword - may be nullnonProxyHosts - pipe-separated list of non-proxied hosts, may be nullpublic void clearPersistentProxySettings()
ProxyServiceFacadeclearPersistentProxySettings in interface ProxyServiceFacadepublic void setProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService)
public void unsetProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService)
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.