Searched refs:allRecords (Results 1 – 1 of 1) sorted by relevance
187 public final List<RecordInfo<?>> allRecords; field in MdnsRecordRepository.ServiceRegistration264 final ArrayList<RecordInfo<?>> allRecords = new ArrayList<>(5); in ServiceRegistration() local315 allRecords.addAll(ptrRecords); in ServiceRegistration()316 allRecords.add(srvRecord); in ServiceRegistration()317 allRecords.add(txtRecord); in ServiceRegistration()319 allRecords.add(new RecordInfo<>( in ServiceRegistration()346 allRecords.addAll(addressRecords); in ServiceRegistration()362 allRecords.add(this.serviceKeyRecord); in ServiceRegistration()376 allRecords.add(this.hostKeyRecord); in ServiceRegistration()381 this.allRecords = Collections.unmodifiableList(allRecords); in ServiceRegistration()[all …]