Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for BaseContext (0.05 sec)

  1. docs/smb3-features/04-directory-leasing-design.md

        assertFalse(entry.hasChild("file1.txt"));
        assertEquals(0, entry.getChildren().size());
    }
    
    @Test
    public void testDirectoryLeaseManager() {
        CIFSContext context = new BaseContext(new PropertyConfiguration());
        LeaseManager baseManager = new LeaseManager(context);
        DirectoryLeaseManager dirManager = new DirectoryLeaseManager(context, baseManager);
        
        // Request directory lease
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
  2. docs/smb3-features/02-persistent-handles-design.md

            
            Thread.sleep(100);
            assertFalse(persistent.isExpired());
        }
        
        @Test
        public void testHandleManagerPersistence() throws Exception {
            CIFSContext context = new BaseContext(new PropertyConfiguration());
            PersistentHandleManager manager = new PersistentHandleManager(context);
            
            // Create persistent handle
            HandleGuid guid = manager.requestDurableHandle(
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg net/http, method (Header) Clone() Header
    pkg net/http, method (*Request) Clone(context.Context) *Request
    pkg net/http, method (*Transport) Clone() *Transport
    pkg net/http, type Server struct, BaseContext func(net.Listener) context.Context
    pkg net/http, type Server struct, ConnContext func(context.Context, net.Conn) context.Context
    pkg net/http, type Transport struct, ForceAttemptHTTP2 bool
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top