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)
Proxyprotocol - proxy protocolhost - proxy hostport - proxy portuser - may be nullpassword - may be nullnonProxyHosts - pipe-separated list of non-proxied hosts, may be nullvoid clearPersistentProxySettings()
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.