- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for atMost (0.11 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
} /** * @param tf * @param tdom * @param thost * @return */ protected boolean matches ( CIFSContext tf, String thost, String tdom ) { return Objects.equals(this.getCredentials(), tf.getCredentials()) && Objects.equals(this.targetHost, thost) && Objects.equals(this.targetDomain, tdom); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0)