Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for local (0.22 sec)

  1. src/main/java/jcifs/netbios/NbtAddress.java

            checkNodeStatusData(tc);
            return this.macAddress;
        }
    
    
        /**
         * The hostname of this address. If the hostname is null the local machines
         * IP address is returned.
         *
         * @return the text representation of the hostname associated with this address
         */
        @Override
        public String getHostName () {
            /*
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 15.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * only to a server, this method determines if the server exists on the
     * network and is advertising SMB services. If this resource refers to
     * a workgroup, this method determines if the workgroup name is valid on
     * the local SMB network. If this <code>SmbFile</code> refers to the root
     * <code>smb1://</code> resource <code>true</code> is always returned. If
     * this <code>SmbFile</code> is a traditional file or directory, it will
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top