| Package | Description |
|---|---|
| com.jscape.inet.dns |
| Modifier and Type | Method and Description |
|---|---|
DnsRequest |
DnsResponse.getRequest()
Gets the
DnsRequest used to generated this DnsResponse. |
| Modifier and Type | Method and Description |
|---|---|
DnsResponse |
Dns.getResponse(DnsRequest request)
Gets response from a DNS server based on arguments defined in
request. |
DnsResponse |
Dns.getResponse(DnsRequest request,
boolean ignoreLength)
Gets response from a DNS server based on arguments defined in
request. |
| Constructor and Description |
|---|
DnsResponse(DnsRequest request,
java.util.Vector answers,
java.util.Vector authorities,
java.util.Vector additional)
Constructs a new
DnsResponse instance. |
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved