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