Uses of Class
org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Packages that use GGSSchemeBase.State Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of GGSSchemeBase.State in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as GGSSchemeBase.State Modifier and Type Field Description private GGSSchemeBase.State
GGSSchemeBase. state
Deprecated.Authentication process stateMethods in org.apache.hc.client5.http.impl.auth that return GGSSchemeBase.State Modifier and Type Method Description static GGSSchemeBase.State
GGSSchemeBase.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.
-