summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/protocol/HttpRequestHandlerRegistry.java')
-rw-r--r--src/org/apache/http/protocol/HttpRequestHandlerRegistry.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java b/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java
index 79701e3..26be636 100644
--- a/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java
+++ b/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java
@@ -47,7 +47,12 @@ import java.util.Map;
* @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
*
* @version $Revision: 630662 $
+ *
+ * @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 HttpRequestHandlerRegistry implements HttpRequestHandlerResolver {
private final UriPatternMatcher matcher;