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)
ProxyServiceFacade
Proxy
configureProxy
in interface ProxyServiceFacade
protocol
- proxy protocolhost
- proxy hostport
- proxy portuser
- may be null
password
- may be null
nonProxyHosts
- pipe-separated list of non-proxied hosts, may be null
public void clearPersistentProxySettings()
ProxyServiceFacade
clearPersistentProxySettings
in interface ProxyServiceFacade
public void setProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService)
public void unsetProxyServer(org.eclipse.core.net.proxy.IProxyService proxyService)
Copyright © 2008–2024 Eclipse Foundation. All rights reserved.