public class SMB2TreeConnectRequest extends SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor | Description |
|---|---|
SMB2TreeConnectRequest(SMB2Dialect dialect,
SmbPath smbPath,
long sessionId) |
| Modifier and Type | Method | Description |
|---|---|---|
SmbPath |
getSmbPath() |
Needed for DFS resolution
|
void |
setSmbPath(SmbPath smbPath) |
Needed for DFS resolution
|
protected void |
writeTo(SMBBuffer buffer) |
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 SMB2TreeConnectRequest(SMB2Dialect dialect, SmbPath smbPath, long sessionId)
protected void writeTo(SMBBuffer buffer)
SMB2PacketwriteTo in class SMB2Packetpublic SmbPath getSmbPath()
public void setSmbPath(SmbPath smbPath)
smbPath - The resolved SMB Path