Uses of Enum Class
org.apache.http.auth.AuthProtocolState
Packages that use AuthProtocolState
-
Uses of AuthProtocolState in org.apache.http.auth
Fields in org.apache.http.auth declared as AuthProtocolStateModifier and TypeFieldDescriptionprivate AuthProtocolState
AuthState.state
Actual state of authentication protocolMethods in org.apache.http.auth that return AuthProtocolStateModifier and TypeMethodDescriptionAuthState.getState()
static AuthProtocolState
Returns the enum constant of this class with the specified name.static AuthProtocolState[]
AuthProtocolState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.http.auth with parameters of type AuthProtocolState