summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/protocol/HTTP.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/protocol/HTTP.java')
-rw-r--r--src/org/apache/http/protocol/HTTP.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/protocol/HTTP.java b/src/org/apache/http/protocol/HTTP.java
index 9223955..41f2b8f 100644
--- a/src/org/apache/http/protocol/HTTP.java
+++ b/src/org/apache/http/protocol/HTTP.java
@@ -39,7 +39,12 @@ package org.apache.http.protocol;
* @version $Revision: 555989 $
*
* @since 4.0
+ *
+ * @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 HTTP {
public static final int CR = 13; // <US-ASCII CR, carriage return (13)>