JmDNS 3.4.1

javax.jmdns.impl
Class DNSRecord.IPv6Address

java.lang.Object
  extended by javax.jmdns.impl.DNSEntry
      extended by javax.jmdns.impl.DNSRecord
          extended by javax.jmdns.impl.DNSRecord.Address
              extended by 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
 
Field Summary
 
Fields inherited from class javax.jmdns.impl.DNSRecord
EMPTY_TXT
 
Method Summary
 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, getRecordSource, getServiceInfo, getTTL, isExpired, isStale, 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, sameSubtype, toByteArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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 class DNSRecord.Address
Parameters:
persistent - if true ServiceListener.resolveService will be called whenever new new information is received.
Returns:
service information

Last updated 2011-08-25 12:40

Copyright © 2002-2011 JmDNS. All Rights Reserved.