Searched refs:exclList (Results 1 – 1 of 1) sorted by relevance
1116 public void connectivitySetGlobalProxy(String hostname, Integer port, String exclList) { in connectivitySetGlobalProxy() argument1117 ProxyInfo proxyInfo = new ProxyInfo(hostname, port.intValue(), exclList); in connectivitySetGlobalProxy()