- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getExpandedNames (0.16 sec)
-
src/main/java/jcifs/internal/dfs/Referral.java
*/ public final String getSpecialName () { return this.specialName; } /** * @return the expandedNames */ public final String[] getExpandedNames () { return this.expandedNames; } @Override public int decode ( byte[] buffer, int bufferIndex, int len ) { int start = bufferIndex;
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
dr.expiration = expire; if ( ( dr.rflags & Trans2GetDfsReferralResponse.FLAGS_NAME_LIST_REFERRAL ) == Trans2GetDfsReferralResponse.FLAGS_NAME_LIST_REFERRAL ) { String[] expandedNames = ref.getExpandedNames(); if ( expandedNames.length > 0 ) { dr.server = expandedNames[ 0 ].substring(1).toLowerCase(); } else {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0)