- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for maxRequestRetries (0.16 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
protected int smbListSize = 65435; protected int smbListCount = 200; protected long smbAttributeExpiration = 5000L; protected boolean ignoreCopyToException = false; protected int maxRequestRetries = 2; protected boolean traceResourceUsage; protected boolean strictResourceLifecycle; protected Set<String> disallowCompound; protected DialectVersion minVersion;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return the size of the requested server notify buffer */ int getNotifyBufferSize (); /** * * * Property <tt>jcifs.smb.client.maxRequestRetries</tt> (int, default 2) * * @return retry SMB requests on failure up to n times */ int getMaxRequestRetries (); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)