- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNetbiosLocalPort (0.23 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.resolverOrder; } @Override public InetAddress[] getWinsServers () { return this.winsServer; } @Override public int getNetbiosLocalPort () { return this.netbiosLocalPort; } @Override public InetAddress getNetbiosLocalAddress () { return this.netbiosLocalAddress; } @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
InetAddress[] getWinsServers (); /** * * Property <tt>jcifs.netbios.lport</tt> (int) * * @return local bind port for nebios connections */ int getNetbiosLocalPort (); /** * * Property <tt>jcifs.netbios.laddr</tt> (string) * * @return local bind address for netbios connections */ InetAddress getNetbiosLocalAddress ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)