Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Redirect (0.15 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                DfsReferral start = dr;
                SmbException se = null;
    
                do {
                    try {
                        if (log.level >= 2)
                            log.println("DFS redirect: " + dr);
    
                        UniAddress addr = UniAddress.getByName(dr.server);
                        SmbTransport trans = SmbTransport.getSmbTransport(addr, url.getPort());
    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)
  2. android/guava/src/com/google/common/collect/Maps.java

       * users with "read-only" access to internal bimaps. Query operations on the returned bimap "read
       * through" to the specified bimap, and attempts to modify the returned map, whether direct or via
       * its collection views, result in an {@code UnsupportedOperationException}.
       *
       * <p>The returned bimap will be serializable if the specified bimap is serializable.
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
Back to top