- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNativeLanman (0.22 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.smbNotifyBufferSize; } @Override public int getMaxMpxCount () { return this.maxMpxCount; } @Override public String getNativeLanman () { return this.nativeLanMan; } @Override public String getNativeOs () { return this.nativeOs; } @Override public int getVcNumber () {
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.nativeLanMan</tt> (string, default <tt>jCIFS</tt>) * * @return Lanman string to report */ String getNativeLanman (); /** * * Property <tt>jcifs.smb.client.rcv_buf_size</tt> (int, default 65535) * * @return receive buffer size, in bytes
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)