public interface DfsReferralData
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
long |
getExpiration() |
String |
getLink() |
String |
getPath() |
int |
getPathConsumed() |
String |
getServer() |
String |
getShare() |
DfsReferralData |
next() |
<T extends DfsReferralData> |
unwrap(Class<T> type) |
<T extends DfsReferralData> T unwrap(Class<T> type)
type - ClassCastException - if the type is not valid for this objectString getServer()
String getDomain()
String getShare()
int getPathConsumed()
String getPath()
long getExpiration()
DfsReferralData next()
String getLink()
Copyright © 2021. All rights reserved.