public class SMB2SetInfoRequest extends SMB2Packet
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SMB2SetInfoRequest.SMB2InfoType |
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor | Description |
|---|---|
SMB2SetInfoRequest(SMB2Dialect negotiatedDialect,
long sessionId,
long treeId,
SMB2SetInfoRequest.SMB2InfoType infoType,
SMB2FileId fileId,
FileInformationClass fileInfoClass,
java.util.Set<SecurityInformation> securityInformation,
byte[] buffer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
writeTo(SMBBuffer smbBuffer) |
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, readMessage, setCreditsAssigned, toString, writepublic SMB2SetInfoRequest(SMB2Dialect negotiatedDialect, long sessionId, long treeId, SMB2SetInfoRequest.SMB2InfoType infoType, SMB2FileId fileId, FileInformationClass fileInfoClass, java.util.Set<SecurityInformation> securityInformation, byte[] buffer)
protected void writeTo(SMBBuffer smbBuffer)
SMB2PacketwriteTo in class SMB2PacketsmbBuffer -