Package javax.jmdns.impl
Class DNSRecord.IPv6Address
- java.lang.Object
-
- javax.jmdns.impl.DNSEntry
-
- javax.jmdns.impl.DNSRecord
-
- javax.jmdns.impl.DNSRecord.Address
-
- javax.jmdns.impl.DNSRecord.IPv6Address
-
- Enclosing class:
- DNSRecord
public static class DNSRecord.IPv6Address extends DNSRecord.Address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.jmdns.impl.DNSRecord
DNSRecord.Address, DNSRecord.HostInformation, DNSRecord.IPv4Address, DNSRecord.IPv6Address, DNSRecord.Pointer, DNSRecord.Service, DNSRecord.Text
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInfo
getServiceInfo(boolean persistent)
Return a service information associated with that record if appropriate.-
Methods inherited from class javax.jmdns.impl.DNSRecord.Address
getServiceEvent, isSingleValued, toByteArray, toString
-
Methods inherited from class javax.jmdns.impl.DNSRecord
equals, getCreated, getRecordSource, getServiceInfo, getTTL, incrementRefreshPercentage, isExpired, isStale, isStaleAndShouldBeRefreshed, setRecordSource, setTTL
-
Methods inherited from class javax.jmdns.impl.DNSEntry
compareTo, getKey, getName, getQualifiedNameMap, getRecordClass, getRecordType, getSubtype, getType, hashCode, isDomainDiscoveryQuery, isReverseLookup, isSameEntry, isSameRecordClass, isSameType, isServicesDiscoveryMetaQuery, isUnique, isV4ReverseLookup, isV6ReverseLookup, matchRecordClass, matchRecordType, sameSubtype, toByteArray, toString
-
-
-
-
Method Detail
-
getServiceInfo
public ServiceInfo getServiceInfo(boolean persistent)
Description copied from class:DNSRecord
Return a service information associated with that record if appropriate.- Overrides:
getServiceInfo
in classDNSRecord.Address
- Parameters:
persistent
- iftrue
ServiceListener.resolveService will be called whenever new new information is received.- Returns:
- service information
-
-