Package jcifs.smb
Interface SmbResourceLocatorInternal
-
- All Superinterfaces:
SmbResourceLocator
public interface SmbResourceLocatorInternal extends SmbResourceLocator
- Author:
- mbechler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringhandleDFSReferral(DfsReferralData dr, String reqPath)Internal: for testing onlybooleanoverlaps(SmbResourceLocator other)booleanshouldForceSigning()-
Methods inherited from interface jcifs.SmbResourceLocator
getAddress, getCanonicalURL, getDfsPath, getDfsReferral, getName, getParent, getPath, getPort, getServer, getServerWithDfs, getShare, getType, getUNCPath, getURL, getURLPath, isIPC, isRoot, isWorkgroup
-
-
-
-
Method Detail
-
shouldForceSigning
boolean shouldForceSigning()
- Returns:
- whether to enforce the use of signing on connection to this resource
-
overlaps
boolean overlaps(SmbResourceLocator other) throws CIFSException
- Parameters:
other-- Returns:
- whether the paths share a common root
- Throws:
CIFSException
-
handleDFSReferral
String handleDFSReferral(DfsReferralData dr, String reqPath)
Internal: for testing only- Parameters:
dr-reqPath-- Returns:
- resolved unc path
-
-