Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Briand (0.35 sec)

  1. src/main/java/jcifs/smb/SmbTreeConnection.java

        private SmbTransportInternal exclusiveTransport;
        private boolean nonPooled;
    
        private final AtomicLong usageCount = new AtomicLong();
    
        private static final Random RAND = new Random();
    
    
        protected SmbTreeConnection ( CIFSContext ctx ) {
            this.ctx = ctx;
            this.delegate = null;
        }
    
    
        protected SmbTreeConnection ( SmbTreeConnection treeConnection ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
Back to top