Uses of Class
org.apache.http.auth.ChallengeState
-
Packages that use ChallengeState Package Description org.apache.http.auth Client HTTP authentication APIs.org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes. -
-
Uses of ChallengeState in org.apache.http.auth
Methods in org.apache.http.auth that return ChallengeState Modifier and Type Method Description static ChallengeState
ChallengeState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChallengeState[]
ChallengeState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChallengeState in org.apache.http.impl.auth
Fields in org.apache.http.impl.auth declared as ChallengeState Modifier and Type Field Description protected ChallengeState
AuthSchemeBase. challengeState
Methods in org.apache.http.impl.auth that return ChallengeState Modifier and Type Method Description ChallengeState
AuthSchemeBase. getChallengeState()
ReturnsChallengeState
value ornull
if unchallenged.Constructors in org.apache.http.impl.auth with parameters of type ChallengeState Constructor Description AuthSchemeBase(ChallengeState challengeState)
Deprecated.(4.3) do not use.BasicScheme(ChallengeState challengeState)
Deprecated.(4.3) do not use.DigestScheme(ChallengeState challengeState)
Deprecated.(4.3) do not use.RFC2617Scheme(ChallengeState challengeState)
Deprecated.(4.3) do not use.
-