public interface DfsReferralDataInternal extends DfsReferralData
Modifier and Type | Method and Description |
---|---|
void |
append(DfsReferralDataInternal dr) |
DfsReferralDataInternal |
combine(DfsReferralData next) |
void |
fixupDomain(String domain)
Possibly appends the given domain name to the host name if it is currently unqualified
|
void |
fixupHost(String fqdn)
Replaces the host with the given FQDN if it is currently unqualified
|
String |
getKey() |
boolean |
isIntermediate() |
boolean |
isResolveHashes()
Not exactly sure what that is all about, certainly legacy stuff
|
DfsReferralDataInternal |
next() |
void |
replaceCache()
Replaces the entry with key in the cache map with this referral
|
void |
setCacheMap(Map<String,DfsReferralDataInternal> map) |
void |
setKey(String key) |
void |
setLink(String link) |
void |
stripPathConsumed(int i)
Reduces path consumed by the given value
|
getDomain, getExpiration, getLink, getPath, getPathConsumed, getServer, getShare, unwrap
void fixupHost(String fqdn)
fqdn
- void fixupDomain(String domain)
domain
- void stripPathConsumed(int i)
i
- DfsReferralDataInternal next()
next
in interface DfsReferralData
void setLink(String link)
link
- String getKey()
void setKey(String key)
key
- cache keyvoid setCacheMap(Map<String,DfsReferralDataInternal> map)
map
- void replaceCache()
boolean isResolveHashes()
boolean isIntermediate()
DfsReferralDataInternal combine(DfsReferralData next)
next
- void append(DfsReferralDataInternal dr)
dr
- Copyright © 2019. All rights reserved.