Uses of Enum Class
com.hierynomus.smbj.paths.DFSPathResolver.DfsRequestType
Packages that use DFSPathResolver.DfsRequestType
-
Uses of DFSPathResolver.DfsRequestType in com.hierynomus.smbj.paths
Methods in com.hierynomus.smbj.paths that return DFSPathResolver.DfsRequestTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DFSPathResolver.DfsRequestType[]
DFSPathResolver.DfsRequestType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hierynomus.smbj.paths with parameters of type DFSPathResolver.DfsRequestTypeModifier 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)