Uses of Interface
jcifs.DfsReferralData
-
Packages that use DfsReferralData Package Description jcifs jcifs.internal.dfs jcifs.smb -
-
Uses of DfsReferralData in jcifs
Methods in jcifs with type parameters of type DfsReferralData Modifier and Type Method Description <T extends DfsReferralData>
TDfsReferralData. unwrap(Class<T> type)Methods in jcifs that return DfsReferralData Modifier and Type Method Description DfsReferralDataSmbResourceLocator. getDfsReferral()DfsReferralDataDfsReferralData. next()DfsReferralDataDfsResolver. resolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS pathMethods in jcifs with parameters of type DfsReferralData Modifier and Type Method Description voidDfsResolver. cache(CIFSContext tc, String path, DfsReferralData dr)Add a referral to the cache -
Uses of DfsReferralData in jcifs.internal.dfs
Subinterfaces of DfsReferralData in jcifs.internal.dfs Modifier and Type Interface Description interfaceDfsReferralDataInternalClasses in jcifs.internal.dfs that implement DfsReferralData Modifier and Type Class Description classDfsReferralDataImplMethods in jcifs.internal.dfs with type parameters of type DfsReferralData Modifier and Type Method Description <T extends DfsReferralData>
TDfsReferralDataImpl. unwrap(Class<T> type)Methods in jcifs.internal.dfs with parameters of type DfsReferralData Modifier and Type Method Description DfsReferralDataInternalDfsReferralDataImpl. combine(DfsReferralData n)DfsReferralDataInternalDfsReferralDataInternal. combine(DfsReferralData next) -
Uses of DfsReferralData in jcifs.smb
Methods in jcifs.smb that return DfsReferralData Modifier and Type Method Description DfsReferralDataDfsReferral. getData()DfsReferralDataSmbTransportInternal. getDfsReferrals(CIFSContext ctx, String name, String targetHost, String targetDomain, int rn)DfsReferralDataDfsImpl. resolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS pathMethods in jcifs.smb with parameters of type DfsReferralData Modifier and Type Method Description voidDfsImpl. cache(CIFSContext tc, String path, DfsReferralData dr)StringSmbResourceLocatorInternal. handleDFSReferral(DfsReferralData dr, String reqPath)Internal: for testing onlyConstructors in jcifs.smb with parameters of type DfsReferralData Constructor Description DfsReferral(DfsReferralData data)
-