| Package | Description |
|---|---|
| com.mysql.cj.conf | |
| com.mysql.cj.util |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<HostInfo> |
ConnectionUrl.srvRecordsToHostsList(java.util.List<DnsSrv.SrvRecord> srvRecords,
HostInfo baseHostInfo)
Converts a list of DNS SRV records into a hosts list.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsSrv.SrvRecord |
DnsSrv.SrvRecord.buildFrom(java.lang.String srvLine) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DnsSrv.SrvRecord> |
DnsSrv.lookupSrvRecords(java.lang.String serviceName) |
static java.util.List<DnsSrv.SrvRecord> |
DnsSrv.sortSrvRecords(java.util.List<DnsSrv.SrvRecord> srvRecords)
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DnsSrv.SrvRecord.compareTo(DnsSrv.SrvRecord o) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DnsSrv.SrvRecord> |
DnsSrv.sortSrvRecords(java.util.List<DnsSrv.SrvRecord> srvRecords)
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
|