|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyServiceFacade
A facade for the org.eclipse.core.net.proxy.IProxyService which hides original eclipse classes and thus enables usage from POM-first maven projects which can not have a dependency on org.eclipse.core.net.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 nullpassword - may be nullnonProxyHosts - pipe-separated list of non-proxied hosts, may be nullvoid clearPersistentProxySettings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||