@Contract(threading=IMMUTABLE) public class DigestSchemeFactory extends Object implements AuthSchemeFactory, AuthSchemeProvider
AuthSchemeProvider
implementation that creates and initializes
DigestScheme
instances.Constructor and Description |
---|
DigestSchemeFactory() |
DigestSchemeFactory(Charset charset) |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
create(org.apache.http.protocol.HttpContext context)
Creates an instance of
AuthScheme . |
AuthScheme |
newInstance(org.apache.http.params.HttpParams params)
Creates an instance of
AuthScheme using given HTTP parameters. |
public DigestSchemeFactory(Charset charset)
public DigestSchemeFactory()
public AuthScheme newInstance(org.apache.http.params.HttpParams params)
AuthSchemeFactory
AuthScheme
using given HTTP parameters.newInstance
in interface AuthSchemeFactory
params
- HTTP parameters.public AuthScheme create(org.apache.http.protocol.HttpContext context)
AuthSchemeProvider
AuthScheme
.create
in interface AuthSchemeProvider
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.