Uses of Enum Class
com.hierynomus.smbj.paths.DFSPathResolver.DfsRequestType
Packages that use DFSPathResolver.DfsRequestType
-
Uses of DFSPathResolver.DfsRequestType in com.hierynomus.smbj.paths
Subclasses with type arguments of type DFSPathResolver.DfsRequestType in com.hierynomus.smbj.pathsMethods 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.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, String hostName, Session session, DFSPath path)