Package com.hierynomus.smbj.share
Class TreeConnect
java.lang.Object
com.hierynomus.smbj.share.TreeConnect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SMBEventBus
private final Set
<SMB2ShareCapabilities> private SmbConfig
private final boolean
private final Set
<AccessMask> private final NegotiatedProtocol
private Session
private SmbPath
private long
-
Constructor Summary
ConstructorsConstructorDescriptionTreeConnect
(long treeId, SmbPath smbPath, Session session, Set<SMB2ShareCapabilities> capabilities, SmbConfig config, ConnectionContext connectionContext, SMBEventBus bus, Set<AccessMask> maximalAccess, Set<SMB2ShareFlags> shareFlags) -
Method Summary
-
Field Details
-
treeId
private long treeId -
smbPath
-
session
-
capabilities
-
negotiatedProtocol
-
config
-
bus
-
maximalAccess
-
encryptData
private final boolean encryptData
-
-
Constructor Details
-
TreeConnect
public TreeConnect(long treeId, SmbPath smbPath, Session session, Set<SMB2ShareCapabilities> capabilities, SmbConfig config, ConnectionContext connectionContext, SMBEventBus bus, Set<AccessMask> maximalAccess, Set<SMB2ShareFlags> shareFlags)
-
-
Method Details
-
close
- Throws:
TransportException
-
getTreeId
public long getTreeId() -
getSession
-
getMaximalAccess
-
getConfig
-
getNegotiatedProtocol
-
toString
-