Uses of Enum
org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
Packages that use DigestScheme.QualityOfProtection
Package
Description
Standard and common HTTP authentication schemes.
-
Uses of DigestScheme.QualityOfProtection in org.apache.hc.client5.http.impl.auth
Subclasses with type arguments of type DigestScheme.QualityOfProtection in org.apache.hc.client5.http.impl.authModifier and TypeClassDescriptionprivate static enumRepresent the possible values of quality of protection.Methods in org.apache.hc.client5.http.impl.auth that return DigestScheme.QualityOfProtectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DigestScheme.QualityOfProtection[]DigestScheme.QualityOfProtection.values()Returns an array containing the constants of this enum type, in the order they are declared.