Uses of Class
org.ldaptive.dns.SRVRecord
-
Packages that use SRVRecord Package Description org.ldaptive org.ldaptive.dns -
-
Uses of SRVRecord in org.ldaptive
Methods in org.ldaptive that return types with arguments of type SRVRecord Modifier and Type Method Description protected java.util.Set<SRVRecord>DnsSrvConnectionStrategy. readSrvRecords(java.lang.String urls)Parses the supplied DNS URL string and reads SRV records from DNS.protected java.util.Set<SRVRecord>DnsSrvConnectionStrategy. retrieveDNSRecords()InvokeDNSResolver.resolve(String)for each resolver until results are found. -
Uses of SRVRecord in org.ldaptive.dns
Methods in org.ldaptive.dns that return types with arguments of type SRVRecord Modifier and Type Method Description protected java.util.Set<SRVRecord>SRVDNSResolver. processRecords(java.util.Set<java.lang.String> records)java.util.Set<SRVRecord>SRVDNSResolver. resolve(java.lang.String name)protected java.util.Set<SRVRecord>SRVDNSResolver. sortSrvRecords(java.util.Set<SRVRecord> records)Sorts the supplied SRV records according to RFC 2782.Method parameters in org.ldaptive.dns with type arguments of type SRVRecord Modifier and Type Method Description protected java.util.Set<SRVRecord>SRVDNSResolver. sortSrvRecords(java.util.Set<SRVRecord> records)Sorts the supplied SRV records according to RFC 2782.
-