public class DnsEntry extends Object
| Constructor and Description |
|---|
DnsEntry(String url,
int priority) |
DnsEntry(String host,
int port,
String[] ips,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String[] |
getIPs() |
int |
getPort() |
int |
getPriority() |
String |
getURL() |
public DnsEntry(String url, int priority)
Copyright © 2013–2020 "Tigase, Inc.". All rights reserved.