- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getLmHostsFileName (0.17 sec)
-
src/main/java/jcifs/netbios/Lmhosts.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/config/DelegatingConfiguration.java
return this.delegate.isEncryptionEnabled(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getLmHostsFileName() */ @Override public String getLmHostsFileName () { return this.delegate.getLmHostsFileName(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getNetbiosScope() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 17.6K bytes - Viewed (0) -
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)