| Package | Description |
|---|---|
| org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) NTLMEngineImpl.Mode |
NTLMEngineImpl.Handle.mode |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
Handle(byte[] exportedSessionKey,
NTLMEngineImpl.Mode mode,
boolean isConnection) |