- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLocalAddr (0.15 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.random; } @Override public String getNetbiosHostname () { return this.netbiosHostname; } @Override public InetAddress getLocalAddr () { return this.smbLocalAddress; } @Override public int getLocalPort () { return this.smbLocalPort; } @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
int getLocalPort (); /** * * Property <tt>jcifs.smb.client.laddr</tt> (string) * * @return local address to use for outgoing connections */ InetAddress getLocalAddr (); /** * * Property <tt>jcifs.netbios.hostname</tt> (string) * * @return local NETBIOS/short name to announce */ String getNetbiosHostname ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)