- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for firstCalledName (0.09 sec)
-
src/main/java/jcifs/netbios/UniAddress.java
* method is used exclusively by the <tt>jcifs.smb</tt> package. * * @return the guessed name */ @Override public String firstCalledName () { if ( this.addr instanceof NbtAddress ) { return ( (NbtAddress) this.addr ).firstCalledName(); } this.calledName = ( (InetAddress) this.addr ).getHostName(); if ( isDotQuadIP(this.calledName) ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/Address.java
/** * Guess called name to try for session establishment. These * methods are used by the smb package. * * @return guessed name */ String firstCalledName (); /** * Guess next called name to try for session establishment. These * methods are used by the smb package. * * @param tc * * @return guessed name */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 03 13:22:30 UTC 2018 - 2K bytes - Viewed (0)