org.apache.http.impl.auth
Class DigestSchemeFactoryHC4

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

@Immutable
public class DigestSchemeFactoryHC4
extends java.lang.Object
implements org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider

AuthSchemeProvider implementation that creates and initializes DigestScheme instances.

Since:
4.0

Constructor Summary
DigestSchemeFactoryHC4()
           
DigestSchemeFactoryHC4(java.nio.charset.Charset charset)
           
 
Method Summary
 org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
          Creates an instance of AuthScheme.
 org.apache.http.auth.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

DigestSchemeFactoryHC4

public DigestSchemeFactoryHC4(java.nio.charset.Charset charset)
Since:
4.3

DigestSchemeFactoryHC4

public DigestSchemeFactoryHC4()
Method Detail

newInstance

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

create

public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
Description copied from interface: AuthSchemeProvider
Creates an instance of AuthScheme.

Specified by:
create in interface AuthSchemeProvider
Returns:
auth scheme.