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) DFSPath
ReferralCache.TargetSetEntry. targetPath
Methods in com.hierynomus.msdfsc that return DFSPath Modifier and Type Method Description (package private) static DFSPath
DFSPath. from(SmbPath path)
DFSPath
ReferralCache.TargetSetEntry. getTargetPath()
DFSPath
DFSPath. replacePrefix(java.lang.String prefixToReplace, DFSPath target)
DFSPath
DFSPath. replacePrefix(java.lang.String prefixToReplace, java.lang.String target)
private DFSPath
DFSPath. 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 void
ReferralCache. clear(DFSPath dfsPath)
ReferralCache.ReferralCacheEntry
ReferralCache. lookup(DFSPath dfsPath)
DFSPath
DFSPath. 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) DFSPath
DFSPathResolver.ResolveState. path
Methods in com.hierynomus.smbj.paths with parameters of type DFSPath Modifier and Type Method Description private DFSPathResolver.ReferralResult
DFSPathResolver. getReferral(DFSPathResolver.DfsRequestType type, Share share, DFSPath path)
private DFSPathResolver.ReferralResult
DFSPathResolver. handleReferralResponse(DFSPathResolver.DfsRequestType type, SMB2IoctlResponse response, DFSPath originalPath)
private DFSPathResolver.ReferralResult
DFSPathResolver. 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)
-