Uses of Enum Class
org.apache.http.impl.auth.NTLMEngineImpl.Mode
Packages that use NTLMEngineImpl.Mode
Package
Description
Default implementations of standard and common HTTP authentication
schemes.
-
Uses of NTLMEngineImpl.Mode in org.apache.http.impl.auth
Fields in org.apache.http.impl.auth declared as NTLMEngineImpl.ModeModifier and TypeFieldDescription(package private) final NTLMEngineImpl.Mode
NTLMEngineImpl.Handle.mode
Methods in org.apache.http.impl.auth that return NTLMEngineImpl.ModeModifier and TypeMethodDescriptionstatic NTLMEngineImpl.Mode
Returns the enum constant of this class with the specified name.static NTLMEngineImpl.Mode[]
NTLMEngineImpl.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.http.impl.auth with parameters of type NTLMEngineImpl.ModeModifierConstructorDescription(package private)
Handle
(byte[] exportedSessionKey, NTLMEngineImpl.Mode mode, boolean isConnection)