Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WinError (0.14 sec)

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

                } catch (final CIFSException e) {
                    throw new SmbException("Logon share connection failed", e);
                }
            }
        }
    
        boolean treeDisconnect(final boolean inError, final boolean inUse) {
            boolean wasInUse = false;
            try (SmbSessionImpl sess = getSession(); SmbTransportImpl transport = sess.getTransport()) {
                synchronized (transport) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 30K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

                    && tc.getConfig().getDefaultPassword() != null;
        }
    
        boolean logoff(boolean inError, boolean inUse) {
            boolean wasInUse = false;
            try (SmbTransportImpl trans = getTransport()) {
                synchronized (trans) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
Back to top