Class DigestSchemeFactory
java.lang.Object
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
@Contract(threading=STATELESS)
public class DigestSchemeFactory
extends Object
implements AuthSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
DigestScheme
instances.- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Charset
static final DigestSchemeFactory
Singleton instance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.apache.hc.core5.http.protocol.HttpContext context) Creates an instance ofAuthScheme
.
-
Field Details
-
INSTANCE
Singleton instance. -
charset
-
-
Constructor Details
-
DigestSchemeFactory
- Since:
- 5.1
-
DigestSchemeFactory
public DigestSchemeFactory()
-
-
Method Details
-
create
Description copied from interface:AuthSchemeFactory
Creates an instance ofAuthScheme
.- Specified by:
create
in interfaceAuthSchemeFactory
- Returns:
- auth scheme.
-