Uses of Enum
javax.jmdns.impl.constants.DNSRecordType
Packages that use DNSRecordType
-
Uses of DNSRecordType in javax.jmdns.impl
Methods in javax.jmdns.impl that return DNSRecordTypeMethods in javax.jmdns.impl with parameters of type DNSRecordTypeModifier and TypeMethodDescriptionDNSCache.getDNSEntry
(String name, DNSRecordType type, DNSRecordClass recordClass) Get a matching DNS entry from the table.Collection
<? extends DNSEntry> DNSCache.getDNSEntryList
(String name, DNSRecordType type, DNSRecordClass recordClass) Get all matching DNS entries from the table.boolean
DNSEntry.matchRecordType
(DNSRecordType recordType) Check if the requested record tyep match the current record typestatic DNSQuestion
DNSQuestion.newQuestion
(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) Create a question.Constructors in javax.jmdns.impl with parameters of type DNSRecordTypeModifierConstructorDescriptionprotected
Address
(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) protected
Address
(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) -
Uses of DNSRecordType in javax.jmdns.impl.constants
Methods in javax.jmdns.impl.constants that return DNSRecordTypeModifier and TypeMethodDescriptionstatic DNSRecordType
DNSRecordType.typeForIndex
(int index) static DNSRecordType
DNSRecordType.typeForName
(String name) static DNSRecordType
Returns the enum constant of this type with the specified name.static DNSRecordType[]
DNSRecordType.values()
Returns an array containing the constants of this enum type, in the order they are declared.