- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getTargetDomain (0.08 sec)
-
src/main/java/jcifs/smb/SmbTreeConnection.java
} if ( Objects.equals(loc.getShare(), t.getShare()) ) { try ( SmbSessionImpl session = t.getSession() ) { targetDomain = session.getTargetDomain(); if ( !session.isFailed() ) { try ( SmbTransportImpl trans = session.getTransport();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
@Override public final Configuration getConfig () { return this.transportContext.getConfig(); } /** * @return the targetDomain */ public final String getTargetDomain () { return this.targetDomain; } /** * @return the targetHost */ public final String getTargetHost () { return this.targetHost; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0)