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 Set<SRVRecord>DnsSrvConnectionStrategy. readSrvRecords(String urls)Parses the supplied DNS URL string and reads SRV records from DNS.protected 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 Set<SRVRecord>SRVDNSResolver. processRecords(Set<String> records)Set<SRVRecord>SRVDNSResolver. resolve(String name)protected Set<SRVRecord>SRVDNSResolver. sortSrvRecords(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 Set<SRVRecord>SRVDNSResolver. sortSrvRecords(Set<SRVRecord> records)Sorts the supplied SRV records according to RFC 2782.
-