Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isSMB3 (0.03 seconds)

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

                log.debug("Failed to connect for determining SMB2 support", e);
                return false;
            }
        }
    
        /**
         * @return whether this tree handle uses SMB3
         */
        public boolean isSMB3() {
            try (SmbSessionImpl session = this.treeConnection.getSession(); SmbTransportImpl transport = session.getTransport()) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 11.1K bytes
    - Click Count (0)
Back to Top