Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for exposing (0.16 sec)

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

                        break;
                    }
                }
            }
    
            if ( dr != null && now > dr.getExpiration() ) {
                if ( log.isTraceEnabled() ) {
                    log.trace("Expiring links " + link);
                }
                links.map.remove(link);
                dr = null;
            }
    
            if ( dr == null ) {
                if ( tf.getConfig().isDfsConvertToFQDN()) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:07:29 GMT 2023
    - 29.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

            resp = new SmbComReadAndXResponse();
    
            connect0();
            dest.connect0();
    
                    /* At this point the maxBufferSize values are from the server
                     * exporting the volumes, not the one that we will actually
                     * end up performing IO with. If the server hosting the
                     * actual files has a smaller maxBufSize this could be
    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