summaryrefslogtreecommitdiff
path: root/src/org/apache/http/auth/AuthSchemeFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/auth/AuthSchemeFactory.java')
-rw-r--r--src/org/apache/http/auth/AuthSchemeFactory.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/auth/AuthSchemeFactory.java b/src/org/apache/http/auth/AuthSchemeFactory.java
index 8f985b0..d27e156 100644
--- a/src/org/apache/http/auth/AuthSchemeFactory.java
+++ b/src/org/apache/http/auth/AuthSchemeFactory.java
@@ -38,7 +38,12 @@ import org.apache.http.params.HttpParams;
* @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 interface AuthSchemeFactory {
AuthScheme newInstance(HttpParams params);