public static class ReferralCache.ReferralCacheEntry
extends java.lang.Object
| Constructor and Description |
|---|
ReferralCacheEntry(SMB2GetDFSReferralResponse response,
DomainCache domainCache) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDfsPathPrefix() |
ReferralCache.TargetSetEntry |
getTargetHint() |
java.util.List<ReferralCache.TargetSetEntry> |
getTargetList() |
boolean |
isExpired() |
boolean |
isInterlink() |
boolean |
isLink() |
boolean |
isRoot() |
java.lang.String |
toString() |
public ReferralCacheEntry(SMB2GetDFSReferralResponse response, DomainCache domainCache)
public boolean isExpired()
public boolean isLink()
public boolean isRoot()
public boolean isInterlink()
public java.lang.String getDfsPathPrefix()
public ReferralCache.TargetSetEntry getTargetHint()
public java.util.List<ReferralCache.TargetSetEntry> getTargetList()
public java.lang.String toString()
toString in class java.lang.Object