Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ESTABLISHED (0.09 seconds)

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

        }
    
        /**
         * Retrieves the tree handle for this SMB resource
         *
         * @return a tree handle
         * @throws CIFSException if the tree connection cannot be established
         */
        public SmbTreeHandle getTreeHandle() throws CIFSException {
            return ensureTreeConnected();
        }
    
        /**
         * {@inheritDoc}
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 103.2K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.36.md

    - Fixed an issue in kube-apiserver, allowing it to recover from an established connection to an incorrect server that never returns the expected response during APIService availability checks. ([#137157](https://github.com/kubernetes/kubernetes/pull/137157), [@bsalamat](https://github.com/bsalamat)) [SIG API Machinery]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
Back to Top