Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for peak (0.02 sec)

  1. src/main/java/jcifs/internal/smb2/lease/LeaseManager.java

                }
            }
    
            // Clean up expired weak references
            cleanupExpiredReferences();
    
            // Release all leases
            releaseAll();
    
            // Clear file cache
            fileCache.clear();
        }
    
        /**
         * Clean up expired weak references from the file cache
         */
        private void cleanupExpiredReferences() {
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/util/transport/Transport.java

         * @return the generated key
         * @throws IOException if an I/O error occurs
         */
        protected abstract long makeKey(Request request) throws IOException;
    
        /**
         * Peek at the next key without removing it from the input stream
         *
         * @return the next key or null if none available
         * @throws IOException if an I/O error occurs
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 27.8K bytes
    - Viewed (0)
Back to top