- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getTargetDomain (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/SmbSessionImpl.java
*/ @Override public Configuration getConfig() { return this.transportContext.getConfig(); } /** * @return the targetDomain */ public String getTargetDomain() { return this.targetDomain; } /** * @return the targetHost */ public String getTargetHost() { return this.targetHost; } /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0) -
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();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 30.4K bytes - Click Count (1)