- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNetbiosScope (0.1 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.netbiosLocalAddress; } @Override public int getNetbiosSoTimeout () { return this.netbiosSocketTimeout; } @Override public String getNetbiosScope () { return this.netbiosScope; } @Override public int getNetbiosCachePolicy () { return this.netbiosCachePolicy; } @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
String getLmHostsFileName (); /** * * Property <tt>jcifs.netbios.scope</tt> (string) * * @return default netbios scope to set in requests */ String getNetbiosScope (); /** * * Property <tt>jcifs.netbios.snd_buf_size</tt> (int, default 576) * * @return netbios send buffer size */ int getNetbiosSndBufSize ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)