Uses of Class
org.apache.http.impl.auth.GGSSchemeBase.State
-
Packages that use GGSSchemeBase.State Package Description org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes. -
-
Uses of GGSSchemeBase.State in org.apache.http.impl.auth
Fields in org.apache.http.impl.auth declared as GGSSchemeBase.State Modifier and Type Field Description private GGSSchemeBase.StateGGSSchemeBase. stateAuthentication process stateMethods in org.apache.http.impl.auth that return GGSSchemeBase.State Modifier and Type Method Description static GGSSchemeBase.StateGGSSchemeBase.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GGSSchemeBase.State[]GGSSchemeBase.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-