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
Type 1 message assembly class
- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final intprivate final byte[]Fields inherited from class NTLMEngineImpl.NTLMMessage
currentOutputPosition, messageContents -
Constructor Summary
ConstructorsConstructorDescriptionType1Message(String domain, String host) Type1Message(String domain, String host, Integer flags) -
Method Summary
Modifier and TypeMethodDescription(package private) voidGetting the response involves building the message before returning itprivate intMethods inherited from class NTLMEngineImpl.NTLMMessage
addByte, addBytes, addULong, addUShort, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
Field Details
-
hostBytes
private final byte[] hostBytes -
domainBytes
private final byte[] domainBytes -
flags
private final int flags
-
-
Constructor Details
-
Type1Message
-
Type1Message
-
Type1Message
Type1Message()
-
-
Method Details
-
getDefaultFlags
private int getDefaultFlags() -
buildMessage
void buildMessage()Getting the response involves building the message before returning it- Overrides:
buildMessagein classNTLMEngineImpl.NTLMMessage
-