public interface ProxyServiceFacade
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 configureProxy(String protocol, String host, int port, String user, String password, String nonProxyHosts)
Proxy
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
void clearPersistentProxySettings()
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.