- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getMaxRequestRetries (0.24 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
} @Override public boolean isIgnoreCopyToException () { return this.ignoreCopyToException; } @Override public int getMaxRequestRetries () { return this.maxRequestRetries; } @Override public boolean isTraceResourceUsage () { return this.traceResourceUsage; } @Override
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
/** * * * Property <tt>jcifs.smb.client.maxRequestRetries</tt> (int, default 2) * * @return retry SMB requests on failure up to n times */ int getMaxRequestRetries (); /** * Property <tt>jcifs.smb.client.strictResourceLifecycle</tt> (bool, default false) *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)