Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 139 (0.28 sec)

  1. src/test/java/jcifs/tests/TimeoutTest.java

            long start = System.currentTimeMillis();
            CIFSContext ctx = lowConnectTimeout(getContext());
    
            try ( SmbResource f = new SmbFile(new URL("smb", "10.255.255.1", 139, "/" + getTestShare() + "/connect.test", ctx.getUrlHandler()), ctx) ) {
                runConnectTimeoutTest(threadsBefore, start, ctx, f);
            }
        }
    
    
        /**
         * @param threadsBefore
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 12.4K bytes
    - Viewed (0)
Back to top