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[]domainBytesprivate intflagsprivate 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) voidbuildMessage()Getting the response involves building the message before returning itprivate intgetDefaultFlags()-
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:
buildMessagein classNTLMEngineImpl.NTLMMessage
-
-