Uses of Enum
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
Packages that use NTLMEngineImpl.Mode
Package
Description
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.ModeModifier and TypeFieldDescription(package private) final NTLMEngineImpl.Mode
NTLMEngineImpl.Handle.mode
Methods in org.apache.hc.client5.http.impl.auth that return NTLMEngineImpl.ModeModifier and TypeMethodDescriptionstatic NTLMEngineImpl.Mode
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.ModeModifierConstructorDescription(package private)
Handle
(byte[] exportedSessionKey, NTLMEngineImpl.Mode mode, boolean isConnection)