| Package | Description |
|---|---|
| io.leopard.javahost | |
| io.leopard.javahost.impl |
| Modifier and Type | Method and Description |
|---|---|
Host |
Dns.query(String host)
解析域名.
|
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
Hosts.list()
获取所有hosts文件配置的记录.
|
List<Host> |
Dns.list()
获取所有虚拟DNS记录.
|
List<Host> |
Dns.list(String host)
获取所有虚拟DNS记录.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
DnsImpl.query(String host) |
protected Host[] |
AbstractDns.toHost(Object entry) |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
DnsImpl.list() |
List<Host> |
HostsImpl.list() |
List<Host> |
HostsCacheImpl.list() |
List<Host> |
DnsImpl.list(String host) |
protected List<Host> |
AbstractHosts.parseLine(String line) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DnsImpl.isVirtualDns(Host host)
判断是否虚拟DNS设置的host.
|
Copyright © 2014–2016. All rights reserved.