Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeTransport (0.1 sec)

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

                    try {
                        trans.ensureConnected();
                    }
                    catch ( IOException e ) {
                        removeTransport(trans);
                        throw e;
                    }
                    return trans.acquire();
                }
                catch ( IOException e ) {
                    String hostAddress = addr.getHostAddress();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 12.5K bytes
    - Viewed (0)
Back to top