public class SMB2ChangeNotifyResponse extends SMB2Packet
| Modifier and Type | Class and Description |
|---|---|
class |
SMB2ChangeNotifyResponse.FileNotifyInfo |
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor and Description |
|---|
SMB2ChangeNotifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SMB2ChangeNotifyResponse.FileNotifyInfo> |
getFileNotifyInfoList() |
protected void |
readMessage(SMBBuffer buffer)
Read the packet body, this should be implemented by the various packet types.
|
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, toString, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
SMB2PacketreadMessage in class SMB2PacketBuffer.BufferExceptionpublic java.util.List<SMB2ChangeNotifyResponse.FileNotifyInfo> getFileNotifyInfoList()