- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSpecialName (0.08 sec)
-
src/main/java/jcifs/internal/dfs/Referral.java
/** * @return the node */ public final String getNode () { return this.node; } /** * @return the specialName */ public final String getSpecialName () { return this.specialName; } /** * @return the expandedNames */ public final String[] getExpandedNames () { return this.expandedNames; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
if ( expandedNames.length > 0 ) { dr.server = expandedNames[ 0 ].substring(1).toLowerCase(); } else { dr.server = ref.getSpecialName().substring(1).toLowerCase(); } if ( log.isDebugEnabled() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0)