Uses of Class
org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Packages that use NTLMScheme.State Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of NTLMScheme.State in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as NTLMScheme.State Modifier and Type Field Description private NTLMScheme.State
NTLMScheme. state
Deprecated.Methods in org.apache.hc.client5.http.impl.auth that return NTLMScheme.State Modifier and Type Method Description static NTLMScheme.State
NTLMScheme.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NTLMScheme.State[]
NTLMScheme.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-