Uses of Class
org.apache.http.auth.ChallengeState

Packages that use ChallengeState
org.apache.http.auth The API for client-side HTTP authentication against a server. 
org.apache.http.impl.auth Default implementations for interfaces in org.apache.http.auth
 

Uses of ChallengeState in org.apache.http.auth
 

Methods in org.apache.http.auth that return ChallengeState
static ChallengeState ChallengeState.valueOf(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're declared.
 

Uses of ChallengeState in org.apache.http.impl.auth
 

Methods in org.apache.http.impl.auth that return ChallengeState
 ChallengeState AuthSchemeBase.getChallengeState()
          Returns ChallengeState value or null if unchallenged.
 

Constructors in org.apache.http.impl.auth with parameters of type ChallengeState
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.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.