Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for createReconnectionRequest (1.32 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/HandleReconnector.java

        /**
         * Create a reconnection request for the given handle
         * @param info the handle information
         * @return the create request configured for reconnection
         */
        protected Smb2CreateRequest createReconnectionRequest(HandleInfo info) {
            // This would need access to the Configuration and proper setup
            // For now, we provide the structure
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/persistent/HandleReconnectorTest.java

                } else {
                    throw new IOException("Simulated reconnection failure");
                }
            }
    
            public void testCreateReconnectionRequest(HandleInfo handle) {
                createReconnectionRequest(handle);
            }
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top