Uses of Interface
org.apache.hc.client5.http.impl.auth.NTLMEngine
-
Packages that use NTLMEngine Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of NTLMEngine in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement NTLMEngine Modifier and Type Class Description (package private) classNTLMEngineImplDeprecated.Do not use.Fields in org.apache.hc.client5.http.impl.auth declared as NTLMEngine Modifier and Type Field Description private NTLMEngineNTLMScheme. engineDeprecated.Constructors in org.apache.hc.client5.http.impl.auth with parameters of type NTLMEngine Constructor Description NTLMScheme(NTLMEngine engine)Deprecated.
-