summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/impl/auth/DigestScheme.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/impl/auth/DigestScheme.java')
-rw-r--r--src/org/apache/http/impl/auth/DigestScheme.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/impl/auth/DigestScheme.java b/src/org/apache/http/impl/auth/DigestScheme.java
index cae05ee..63f1aaf 100644
--- a/src/org/apache/http/impl/auth/DigestScheme.java
+++ b/src/org/apache/http/impl/auth/DigestScheme.java
@@ -77,8 +77,13 @@ import org.apache.http.util.EncodingUtils;
* @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
*
* @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 class DigestScheme extends RFC2617Scheme {
/**