Uses of Class
org.apache.http.auth.AuthProtocolState
-
Packages that use AuthProtocolState Package Description org.apache.http.auth Client HTTP authentication APIs. -
-
Uses of AuthProtocolState in org.apache.http.auth
Fields in org.apache.http.auth declared as AuthProtocolState Modifier and Type Field Description private AuthProtocolStateAuthState. stateActual state of authentication protocolMethods in org.apache.http.auth that return AuthProtocolState Modifier and Type Method Description AuthProtocolStateAuthState. getState()static AuthProtocolStateAuthProtocolState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthProtocolState[]AuthProtocolState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.http.auth with parameters of type AuthProtocolState Modifier and Type Method Description voidAuthState. setState(AuthProtocolState state)
-