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)
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()