Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAddress (0.23 sec)

  1. src/main/java/jcifs/smb/SmbResourceLocatorImpl.java

             */
            if ( pathNamesPossiblyEqual(this.url.getPath(), o.url.getPath()) ) {
                if ( getURLPath().equalsIgnoreCase(o.getURLPath()) ) {
                    try {
                        return getAddress().equals(o.getAddress());
                    }
                    catch ( CIFSException uhe ) {
                        log.debug("Unknown host", uhe);
                        return getServer().equalsIgnoreCase(o.getServer());
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sat Jul 20 08:24:53 GMT 2019
    - 23.9K bytes
    - Viewed (0)
Back to top