Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for connectionMatches (0.17 sec)

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

            String loc = getTestShareURL();
            try ( SmbResource f1 = ctx.get(loc) ) {
                f1.exists();
                try ( SmbResource f2 = ctx.get(loc) ) {
                    f2.exists();
                    connectionMatches(f1, f2);
                }
            }
        }
    
    
        @Test
        public void transportReuseAnon () throws CIFSException {
            CIFSContext ctx1 = withTestNTLMCredentials(getContext());
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:09:03 GMT 2023
    - 15.8K bytes
    - Viewed (0)
Back to top