Searched refs:srvRecord (Results 1 – 1 of 1) sorted by relevance
191 public final RecordInfo<MdnsServiceRecord> srvRecord; field in MdnsRecordRepository.ServiceRegistration232 return new ServiceRegistration(srvRecord.record.getServiceHost(), newServiceInfo, in withSubtypes()294 srvRecord = new RecordInfo<>( in ServiceRegistration()316 allRecords.add(srvRecord); in ServiceRegistration()330 srvRecord = null; in ServiceRegistration()510 if (registration.srvRecord != null) { in makeProbingInfo()511 MdnsServiceRecord srvRecord = registration.srvRecord.record; in makeProbingInfo() local512 probingRecords.add(new MdnsServiceRecord(srvRecord.getName(), in makeProbingInfo()515 srvRecord.getTtl(), in makeProbingInfo()516 srvRecord.getServicePriority(), srvRecord.getServiceWeight(), in makeProbingInfo()[all …]