summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/impl/io/HttpRequestParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/impl/io/HttpRequestParser.java')
-rw-r--r--src/org/apache/http/impl/io/HttpRequestParser.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/org/apache/http/impl/io/HttpRequestParser.java b/src/org/apache/http/impl/io/HttpRequestParser.java
index a7bae6d..dce9a63 100644
--- a/src/org/apache/http/impl/io/HttpRequestParser.java
+++ b/src/org/apache/http/impl/io/HttpRequestParser.java
@@ -44,7 +44,13 @@ import org.apache.http.message.LineParser;
import org.apache.http.message.ParserCursor;
import org.apache.http.params.HttpParams;
import org.apache.http.util.CharArrayBuffer;
+/**
+ * @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 class HttpRequestParser extends AbstractMessageParser {
private final HttpRequestFactory requestFactory;