public class SMB2TreeConnectRequest extends SMB2Packet
header, structureSize| Constructor and Description |
|---|
SMB2TreeConnectRequest(SMB2Dialect dialect,
SmbPath smbPath,
long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeTo(SMBBuffer buffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getHeader, getSequenceNumber, getStructureSize, read, readMessage, writepublic SMB2TreeConnectRequest(SMB2Dialect dialect, SmbPath smbPath, long sessionId)
protected void writeTo(SMBBuffer buffer)
SMB2PacketwriteTo in class SMB2Packet