Searched refs:addressRecords (Results 1 – 1 of 1) sorted by relevance
199 public final List<RecordInfo<MdnsInetAddressRecord>> addressRecords; field in MdnsRecordRepository.ServiceRegistration335 addressRecords = new ArrayList<>(serviceInfo.getHostAddresses().size()); in ServiceRegistration()337 addressRecords.add(new RecordInfo<>( in ServiceRegistration()346 allRecords.addAll(addressRecords); in ServiceRegistration()348 addressRecords = Collections.emptyList(); in ServiceRegistration()1107 for (RecordInfo<?> addressRecordInfo : otherRegistration.addressRecords) { in makeAnnouncementInfo()1165 for (RecordInfo<MdnsInetAddressRecord> localRecord : registration.addressRecords) { in hasInetAddressRecord()1263 if (registration.addressRecords.isEmpty() && registration.hostKeyRecord == null) { in conflictForHost()1293 if (record instanceof MdnsInetAddressRecord && !registration.addressRecords.isEmpty()) { in conflictForHost()1313 records.addAll(service.addressRecords); in getInetAddressRecordsForHostname()[all …]