summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/conn/scheme/Scheme.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/conn/scheme/Scheme.java')
-rw-r--r--src/org/apache/http/conn/scheme/Scheme.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/conn/scheme/Scheme.java b/src/org/apache/http/conn/scheme/Scheme.java
index 590d59d..73b740e 100644
--- a/src/org/apache/http/conn/scheme/Scheme.java
+++ b/src/org/apache/http/conn/scheme/Scheme.java
@@ -53,7 +53,12 @@ import org.apache.http.util.LangUtils;
* @author Michael Becke
* @author Jeff Dever
* @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+ *
+ * @deprecated Please use {@link java.net.URL#openConnection} instead.
+ * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
+ * for further details.
*/
+@Deprecated
public final class Scheme {
/** The name of this scheme, in lowercase. (e.g. http, https) */