Uses of Class
javax.jmdns.impl.constants.DNSRecordType
-
Packages that use DNSRecordType Package Description javax.jmdns.impl javax.jmdns.impl.constants -
-
Uses of DNSRecordType in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSRecordType Modifier and Type Field Description private DNSRecordType
DNSEntry. _recordType
Methods in javax.jmdns.impl that return DNSRecordType Modifier and Type Method Description DNSRecordType
DNSEntry. getRecordType()
Methods in javax.jmdns.impl with parameters of type DNSRecordType Modifier and Type Method Description (package private) DNSRecord.Address
HostInfo. getDNSAddressRecord(DNSRecordType type, boolean unique, int ttl)
DNSEntry
DNSCache. getDNSEntry(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass)
Get a matching DNS entry from the table.java.util.Collection<? extends DNSEntry>
DNSCache. getDNSEntryList(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass)
Get all matching DNS entries from the table.(package private) DNSRecord.Pointer
HostInfo. getDNSReverseAddressRecord(DNSRecordType type, boolean unique, int ttl)
boolean
DNSEntry. matchRecordType(DNSRecordType recordType)
Check if the requested record tyep match the current record typestatic DNSQuestion
DNSQuestion. newQuestion(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Create a question.Constructors in javax.jmdns.impl with parameters of type DNSRecordType Constructor Description Address(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress)
Address(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, java.net.InetAddress addr)
AllRecords(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
DNS4Address(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
DNS6Address(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
DNSEntry(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Create an entry.DNSQuestion(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
DNSRecord(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl)
Create a DNSRecord with a name, type, class, and ttl.HostInformation(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Pointer(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Service(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Text(java.lang.String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
-
Uses of DNSRecordType in javax.jmdns.impl.constants
Methods in javax.jmdns.impl.constants that return DNSRecordType Modifier and Type Method Description static DNSRecordType
DNSRecordType. typeForIndex(int index)
static DNSRecordType
DNSRecordType. typeForName(java.lang.String name)
static DNSRecordType
DNSRecordType. valueOf(java.lang.String name)
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.
-