org.apache.http.impl.auth
Class DigestSchemeFactory

java.lang.Object
  extended by org.apache.http.impl.auth.DigestSchemeFactory
All Implemented Interfaces:
AuthSchemeFactory

public class DigestSchemeFactory
extends java.lang.Object
implements AuthSchemeFactory

Since:
4.0
Author:
Oleg Kalnichevski

Constructor Summary
DigestSchemeFactory()
           
 
Method Summary
 AuthScheme newInstance(org.apache.http.params.HttpParams params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestSchemeFactory

public DigestSchemeFactory()
Method Detail

newInstance

public AuthScheme newInstance(org.apache.http.params.HttpParams params)
Specified by:
newInstance in interface AuthSchemeFactory


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.