Class SMB2ChangeNotifyResponse
java.lang.Object
com.hierynomus.smb.SMBPacket<SMB2PacketData, SMB2PacketHeader>
com.hierynomus.mssmb2.SMB2Packet
com.hierynomus.mssmb2.messages.SMB2ChangeNotifyResponse
[MS-SMB2].pdf 2.2.36 SMB2 CHANGE_NOTIFY Response
-
Field Summary
FieldsFields inherited from class SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate List<FileNotifyInformation> readFileNotifyInfo(SMBBuffer buffer, int outputBufferOffset) protected voidreadMessage(SMBBuffer buffer) Read the packet body, this should be implemented by the various packet types.Methods inherited from class SMB2Packet
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, setError, toString, write, writeTo
-
Field Details
-
fileNotifyInfoList
List<FileNotifyInformation> fileNotifyInfoList
-
-
Constructor Details
-
SMB2ChangeNotifyResponse
public SMB2ChangeNotifyResponse()
-
-
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
-
readFileNotifyInfo
private List<FileNotifyInformation> readFileNotifyInfo(SMBBuffer buffer, int outputBufferOffset) throws Buffer.BufferException - Throws:
Buffer.BufferException
-
getFileNotifyInfoList
-