Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java')
-rw-r--r--bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java b/bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java
index f2ee93b1a..a6d9ec4c2 100644
--- a/bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java
+++ b/bundles/org.eclipse.core.net/src/org/eclipse/core/net/proxy/IProxyService.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
+ * Copyright (c) 2007, 2017 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -137,6 +137,7 @@ public interface IProxyService {
* @return the list of known proxy types and their settings for the
* given host
*/
+ @Deprecated
IProxyData[] getProxyDataForHost(String host);
/**
@@ -187,6 +188,7 @@ public interface IProxyService {
* @see IProxyData#HTTPS_PROXY_TYPE
* @see IProxyData#SOCKS_PROXY_TYPE
*/
+ @Deprecated
IProxyData getProxyDataForHost(String host, String type);
/**

Back to the top