- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for createReconnectionRequest (0.09 seconds)
-
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 structureCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 8.5K bytes - Click Count (1) -
src/test/java/jcifs/tests/persistent/HandleReconnectorTest.java
} else { throw new IOException("Simulated reconnection failure"); } } public void testCreateReconnectionRequest(HandleInfo handle) { createReconnectionRequest(handle); } }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 5.6K bytes - Click Count (0)