- Sort Score
- Result 10 results
- Languages All
Results 11 - 16 of 16 for DfsReferralData (0.24 sec)
-
src/main/java/jcifs/DfsResolver.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
return this.inDomainDfs; } /** * @param referral */ public void setTreeReferral ( DfsReferralData referral ) { this.treeReferral = referral; } /** * @return the treeReferral */ public DfsReferralData getTreeReferral () { return this.treeReferral; } /** * @return whether this tree may be a DFS share
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 29.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
import java.net.UnknownHostException; import java.util.Objects; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.Address; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.DfsReferralData; import jcifs.NetbiosAddress; import jcifs.RuntimeCIFSException; import jcifs.SmbConstants; import jcifs.SmbResourceLocator; import jcifs.internal.util.StringUtil; import jcifs.netbios.NbtAddress;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 20 08:24:53 UTC 2019 - 23.9K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
import org.bouncycastle.util.encoders.Base64; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.Address; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.Config; import jcifs.DfsReferralData; import jcifs.NameServiceClient; import jcifs.SmbConstants; import jcifs.config.PropertyConfiguration; import jcifs.context.BaseContext; import jcifs.netbios.NbtAddress; import jcifs.smb.DfsReferral;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 21.3K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceLocator.java
* itself. */ String getName (); /** * * @return dfs referral data */ DfsReferralData getDfsReferral (); /** * Everything but the last component of the URL representing this SMB * resource is effectively it's parent. The root URL <code>smb://</code>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
import javax.crypto.Cipher; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.Address; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.DfsReferralData; import jcifs.DialectVersion; import jcifs.SmbConstants; import jcifs.SmbTransport; import jcifs.internal.CommonServerMessageBlock; import jcifs.internal.CommonServerMessageBlockRequest;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)