org.apache.http.impl.auth
Class DigestSchemeFactory

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

@Immutable
public class DigestSchemeFactory
extends Object
implements AuthSchemeFactory

AuthSchemeFactory implementation that creates and initializes DigestScheme instances.

Since:
4.0

Constructor Summary
DigestSchemeFactory()
           
 
Method Summary
 AuthScheme newInstance(HttpParams params)
          Creates an instance of AuthScheme using given HTTP parameters.
 
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(HttpParams params)
Description copied from interface: AuthSchemeFactory
Creates an instance of AuthScheme using given HTTP parameters.

Specified by:
newInstance in interface AuthSchemeFactory
Parameters:
params - HTTP parameters.
Returns:
auth scheme.


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