Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isSMB30 (0.05 seconds)

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

                return false;
            }
        }
    
        /**
         * @return whether this tree handle uses SMB 3.0.x
         */
        public boolean isSMB30() {
            try (SmbSessionImpl session = this.treeConnection.getSession(); SmbTransportImpl transport = session.getTransport()) {
                jcifs.DialectVersion dialect = transport.getNegotiateResponse().getSelectedDialect();
    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