public class SMB2TreeConnectResponse extends SMB2Packet
header, structureSize| Constructor and Description |
|---|
SMB2TreeConnectResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<SMB2ShareCapabilities> |
getCapabilities() |
long |
getMaximalAccess() |
long |
getShareFlags() |
boolean |
isDiskShare()
Whether the ShareType returned is SMB2_SHARE_TYPE_DISK (0x01)
|
boolean |
isNamedPipe()
Whether the ShareType returned is SMB2_SHARE_TYPE_PIPE (0x02)
|
boolean |
isPrinterShare()
Whether the ShareType returned is SMB2_SHARE_TYPE_PRINT (0x03)
|
protected void |
readMessage(SMBBuffer buffer) |
getHeader, getSequenceNumber, getStructureSize, read, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
readMessage in class SMB2PacketBuffer.BufferExceptionpublic boolean isDiskShare()
public boolean isNamedPipe()
public boolean isPrinterShare()
public long getShareFlags()
public java.util.EnumSet<SMB2ShareCapabilities> getCapabilities()
public long getMaximalAccess()