public class HostnameResolutionInfo extends Object implements Serializable
| Constructor and Description |
|---|
HostnameResolutionInfo(String remoteHostname,
String resolvedAddress) |
| Modifier and Type | Method and Description |
|---|---|
HostnameResolutionInfo |
copy() |
boolean |
equals(Object o) |
String |
getHostname() |
Boolean |
getResolved()
Will be true if the hostname resolved, otherwise false;
|
String |
getResolvedAddress() |
int |
hashCode() |
public String getHostname()
public String getResolvedAddress()
public Boolean getResolved()
public HostnameResolutionInfo copy()
Copyright © 2016–2024. All rights reserved.