Uses of Class
org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
-
Packages that use DigestScheme.QualityOfProtection Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of DigestScheme.QualityOfProtection in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that return DigestScheme.QualityOfProtection Modifier and Type Method Description static DigestScheme.QualityOfProtection
DigestScheme.QualityOfProtection. valueOf(java.lang.String name)
Returns 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.
-