- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 74 for referral (0.09 sec)
-
src/main/java/jcifs/internal/dfs/Referral.java
import jcifs.RuntimeCIFSException; import jcifs.internal.smb1.trans2.Trans2GetDfsReferralResponse; import jcifs.internal.util.SMBUtil; import jcifs.util.Strings; /** * */ public class Referral implements Decodable { int version; int size; int serverType; int rflags; int proximity; String altPath; int ttl; String rpath = null; String node = null;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/DfsReferralData.java
*/ int getPathConsumed (); /** * @return the replacement path for this referal */ String getPath (); /** * @return the expiration time of this entry */ long getExpiration (); /** * * @return pointer to next referral, points to self if there is no further referral */ DfsReferralData next (); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2GetDfsReferralResponse.java
bufferIndex += 2; flags = readInt2( buffer, bufferIndex ); bufferIndex += 4; referrals = new Referral[numReferrals]; for (int ri = 0; ri < numReferrals; ri++) { referrals[ri] = new Referral(); bufferIndex += referrals[ri].readWireFormat( buffer, bufferIndex, len ); } return bufferIndex - start; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 5K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralResponseBuffer.java
bufferIndex += 2; this.tflags = SMBUtil.readInt2(buffer, bufferIndex); bufferIndex += 4; this.referrals = new Referral[this.numReferrals]; for ( int ri = 0; ri < this.numReferrals; ri++ ) { this.referrals[ ri ] = new Referral(); bufferIndex += this.referrals[ ri ].decode(buffer, bufferIndex, len); } return bufferIndex - start; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsImpl.java
SmbTransportInternal trans = dc.unwrap(SmbTransportInternal.class); // the tconHostName is from the DC referral, that referral must be resolved // before following deeper ones. Otherwise e.g. samba will return a broken // referral. synchronized ( trans ) { try { // ensure connected trans.ensureConnected();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:07:29 UTC 2023 - 29.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
} /** * * @param loc * @param host * @param referral * @return tree handle * @throws IOException */ public synchronized SmbTreeHandleImpl connectHost ( SmbResourceLocatorImpl loc, String host, DfsReferralData referral ) throws IOException { String targetDomain = null; try ( SmbTreeImpl t = getTree() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataInternal.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
* longest path in the list of stand-alone referrals. */ if (referrals != null && now > referrals.expiration) { referrals = null; } if (referrals == null) { referrals = new CacheEntry(0); } String key = "\\" + domain + "\\" + root;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/DfsResolver.java
* @param root * @param path * @param tf * @return the final referral for the given DFS path * @throws CIFSException * @throws jcifs.smb.SmbAuthException */ DfsReferralData resolve ( CIFSContext tf, String domain, String root, String path ) throws CIFSException; /** * Add a referral to the cache * * @param path * @param dr * @param tc */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2K bytes - Viewed (0) -
docs/en/data/sponsors.yml
- url: https://www.porter.run title: Deploy FastAPI on AWS with a few clicks img: https://fastapi.tiangolo.com/img/sponsors/porter.png - url: https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor title: Automate FastAPI documentation generation with Bump.sh img: https://fastapi.tiangolo.com/img/sponsors/bump-sh.svg
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 09:13:26 UTC 2024 - 3.8K bytes - Viewed (0)