Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTransportPool (0.14 sec)

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

            }
            finally {
                this.socket = null;
                this.digest = null;
                this.tconHostName = null;
                this.transportContext.getTransportPool().removeTransport(this);
            }
            return wasInUse;
        }
    
    
        @Override
        protected long makeKey ( Request request ) throws IOException {
            long m = this.mid.incrementAndGet() - 1;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
Back to top