@Immutable public class DigestSchemeFactoryHC4 extends java.lang.Object implements org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider
AuthSchemeProvider implementation that creates and initializes
DigestScheme instances.| Constructor and Description |
|---|
DigestSchemeFactoryHC4() |
DigestSchemeFactoryHC4(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DigestSchemeFactoryHC4(java.nio.charset.Charset charset)
public DigestSchemeFactoryHC4()
public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
newInstance in interface org.apache.http.auth.AuthSchemeFactorypublic org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
AuthSchemeProviderAuthScheme.create in interface AuthSchemeProviderCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.