- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLmHostsFileName (0.12 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
} @Override public int getNetbiosSndBufSize () { return this.netbiosSendBufferSize; } @Override public String getLmHostsFileName () { return this.lmhostsFilename; } @Override public int getFlags2 () { return this.flags2; } @Override public int getSessionLimit () {
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
boolean isForceExtendedSecurity (); /** * * * Property <tt>jcifs.netbios.lmhosts</tt> (string) * * @return lmhosts file to use */ String getLmHostsFileName (); /** * * Property <tt>jcifs.netbios.scope</tt> (string) * * @return default netbios scope to set in requests */ String getNetbiosScope ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)