public interface ProxyServiceFacade
| Modifier and Type | Method and Description |
|---|---|
void |
clearPersistentProxySettings()
Discard persistent proxy settings.
|
void |
configureProxy(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String nonProxyHosts)
Configure the OSGI proxy service for the protocol specified.
|
void configureProxy(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.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()