Class SMB2NegotiateResponse
java.lang.Object
com.hierynomus.smb.SMBPacket<SMB2PacketData, SMB2PacketHeader>
com.hierynomus.mssmb2.SMB2Packet
com.hierynomus.mssmb2.messages.SMB2NegotiateResponse
[MS-SMB2].pdf 2.2.4 SMB2 Negotiate Response
-
Field Summary
Fields inherited from class SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intintintintprotected voidreadMessage(SMBBuffer buffer) Read the packet body, this should be implemented by the various packet types.voidsetDialect(SMB2Dialect dialect) voidsetServerGuid(UUID serverGuid) voidsetSystemTime(FileTime systemTime) Methods inherited from class SMB2Packet
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, setError, toString, write, writeTo
-
Constructor Details
-
SMB2NegotiateResponse
public SMB2NegotiateResponse()
-
-
Method Details
-
readMessage
Description copied from class:SMB2PacketRead the packet body, this should be implemented by the various packet types.- Overrides:
readMessagein classSMB2Packet- Parameters:
buffer-- Throws:
Buffer.BufferException
-
getGssToken
public byte[] getGssToken() -
getSecurityMode
public int getSecurityMode() -
getDialect
-
getServerGuid
-
getCapabilities
-
getMaxTransactSize
public int getMaxTransactSize() -
getMaxReadSize
public int getMaxReadSize() -
getMaxWriteSize
public int getMaxWriteSize() -
getSystemTime
-
getServerStartTime
-
getNegotiateContextList
-
setDialect
-
setSystemTime
-
setServerGuid
-