Uses of Class
com.hierynomus.smbj.paths.DFSPathResolver.DfsRequestType
-
Packages that use DFSPathResolver.DfsRequestType Package Description com.hierynomus.smbj.paths -
-
Uses of DFSPathResolver.DfsRequestType in com.hierynomus.smbj.paths
Methods in com.hierynomus.smbj.paths that return DFSPathResolver.DfsRequestType Modifier and Type Method Description static DFSPathResolver.DfsRequestType
DFSPathResolver.DfsRequestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DFSPathResolver.DfsRequestType[]
DFSPathResolver.DfsRequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.smbj.paths with parameters of type DFSPathResolver.DfsRequestType 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)
-