public interface SmbTreeHandle extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Configuration |
getConfig() |
String |
getConnectedShare() |
String |
getOEMDomainName() |
String |
getRemoteHostName() |
long |
getServerTimeZoneOffset() |
int |
getTreeType() |
boolean |
isConnected() |
boolean |
isSameTree(SmbTreeHandle th) |
boolean |
isSMB2() |
Configuration getConfig()
void close()
throws CIFSException
close in interface AutoCloseableCIFSExceptionAutoCloseable.close()boolean isConnected()
long getServerTimeZoneOffset()
throws CIFSException
CIFSExceptionString getOEMDomainName() throws CIFSException
CIFSExceptionString getConnectedShare()
boolean isSameTree(SmbTreeHandle th)
th - boolean isSMB2()
String getRemoteHostName()
int getTreeType()
Copyright © 2021. All rights reserved.