Uses of Class
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Packages that use NTLMEngineImpl.Mode Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of NTLMEngineImpl.Mode in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as NTLMEngineImpl.Mode Modifier and Type Field Description (package private) NTLMEngineImpl.Mode
NTLMEngineImpl.Handle. mode
Methods in org.apache.hc.client5.http.impl.auth that return NTLMEngineImpl.Mode Modifier and Type Method Description static NTLMEngineImpl.Mode
NTLMEngineImpl.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NTLMEngineImpl.Mode[]
NTLMEngineImpl.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.client5.http.impl.auth with parameters of type NTLMEngineImpl.Mode Constructor Description Handle(byte[] exportedSessionKey, NTLMEngineImpl.Mode mode, boolean isConnection)
-