Class NTLMEngineImpl.Type1Message
- java.lang.Object
-
- org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
- org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
- Enclosing class:
- NTLMEngineImpl
static class NTLMEngineImpl.Type1Message extends NTLMEngineImpl.NTLMMessage
Type 1 message assembly class
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
domainBytes
private int
flags
private byte[]
hostBytes
-
Fields inherited from class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
currentOutputPosition, messageContents
-
-
Constructor Summary
Constructors Constructor Description Type1Message()
Type1Message(java.lang.String domain, java.lang.String host)
Type1Message(java.lang.String domain, java.lang.String host, java.lang.Integer flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
buildMessage()
Getting the response involves building the message before returning itprivate int
getDefaultFlags()
-
Methods inherited from class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
addByte, addBytes, addULong, addUShort, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
-
-
-
Method Detail
-
getDefaultFlags
private int getDefaultFlags()
-
buildMessage
void buildMessage()
Getting the response involves building the message before returning it- Overrides:
buildMessage
in classNTLMEngineImpl.NTLMMessage
-
-