Uses of Class
com.hierynomus.msdfsc.DFSPath
Packages that use DFSPath
-
Uses of DFSPath in com.hierynomus.msdfsc
Fields in com.hierynomus.msdfsc declared as DFSPathModifier and TypeFieldDescription(package private) final DFSPath
ReferralCache.TargetSetEntry.targetPath
Methods in com.hierynomus.msdfsc that return DFSPathModifier and TypeMethodDescription(package private) static DFSPath
ReferralCache.TargetSetEntry.getTargetPath()
DFSPath.replacePrefix
(String prefixToReplace, DFSPath target) DFSPath.replacePrefix
(String prefixToReplace, String target) private DFSPath
DFSPath.replacePrefix
(String prefixToReplace, List<String> targetComponents) Methods in com.hierynomus.msdfsc with parameters of type DFSPathModifier and TypeMethodDescriptionvoid
DFSPath.replacePrefix
(String prefixToReplace, DFSPath target) -
Uses of DFSPath in com.hierynomus.smbj.paths
Fields in com.hierynomus.smbj.paths declared as DFSPathMethods in com.hierynomus.smbj.paths with parameters of type DFSPathModifier and TypeMethodDescriptionprivate 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, String hostName, Session session, DFSPath path) Constructors in com.hierynomus.smbj.paths with parameters of type DFSPathModifierConstructorDescription(package private)
ResolveState
(DFSPath path, PathResolver.ResolveAction<T> action)