public class SimpleLookupFactory extends Object
| Constructor and Description |
|---|
SimpleLookupFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.xbill.DNS.Lookup |
forName(String fqdn)
Returns a
Lookup instance capable of doing SRV lookups for the supplied FQDN. |
public org.xbill.DNS.Lookup forName(String fqdn)
Lookup instance capable of doing SRV lookups for the supplied FQDN.fqdn - the name to do lookups forCopyright © 2016. All rights reserved.