Uses of Class
com.hierynomus.msdfsc.DFSPath
-
Packages that use DFSPath Package Description com.hierynomus.msdfsc com.hierynomus.smbj.paths -
-
Uses of DFSPath in com.hierynomus.msdfsc
Fields in com.hierynomus.msdfsc declared as DFSPath Modifier and Type Field Description (package private) DFSPathReferralCache.TargetSetEntry. targetPathMethods in com.hierynomus.msdfsc that return DFSPath Modifier and Type Method Description (package private) static DFSPathDFSPath. from(SmbPath path)DFSPathReferralCache.TargetSetEntry. getTargetPath()DFSPathDFSPath. replacePrefix(java.lang.String prefixToReplace, DFSPath target)DFSPathDFSPath. replacePrefix(java.lang.String prefixToReplace, java.lang.String target)private DFSPathDFSPath. replacePrefix(java.lang.String prefixToReplace, java.util.List<java.lang.String> targetComponents)Methods in com.hierynomus.msdfsc with parameters of type DFSPath Modifier and Type Method Description voidReferralCache. clear(DFSPath dfsPath)ReferralCache.ReferralCacheEntryReferralCache. lookup(DFSPath dfsPath)DFSPathDFSPath. replacePrefix(java.lang.String prefixToReplace, DFSPath target) -
Uses of DFSPath in com.hierynomus.smbj.paths
Fields in com.hierynomus.smbj.paths declared as DFSPath Modifier and Type Field Description (package private) DFSPathDFSPathResolver.ResolveState. pathMethods in com.hierynomus.smbj.paths with parameters of type DFSPath Modifier and Type Method Description private DFSPathResolver.ReferralResultDFSPathResolver. getReferral(DFSPathResolver.DfsRequestType type, Share share, DFSPath path)private DFSPathResolver.ReferralResultDFSPathResolver. handleReferralResponse(DFSPathResolver.DfsRequestType type, SMB2IoctlResponse response, DFSPath originalPath)private DFSPathResolver.ReferralResultDFSPathResolver. sendDfsReferralRequest(DFSPathResolver.DfsRequestType type, java.lang.String hostName, Session session, DFSPath path)Constructors in com.hierynomus.smbj.paths with parameters of type DFSPath Constructor Description ResolveState(DFSPath path, PathResolver.ResolveAction<T> action)
-