Uses of Enum
org.minidns.record.Record.CLASS
-
Uses of Record.CLASS in org.minidns.dnsmessage
Modifier and TypeFieldDescriptionfinal Record.CLASS
Question.clazz
The question class (usually IN for Internet).ModifierConstructorDescriptionQuestion
(CharSequence name, Record.TYPE type, Record.CLASS clazz) Create a dns question for the given name/type/class.Question
(CharSequence name, Record.TYPE type, Record.CLASS clazz, boolean unicastQuery) Create a dns question for the given name/type/class.Question
(DnsName name, Record.TYPE type, Record.CLASS clazz) Create a dns question for the given name/type/class.Question
(DnsName name, Record.TYPE type, Record.CLASS clazz, boolean unicastQuery) -
Uses of Record.CLASS in org.minidns.record
Modifier and TypeFieldDescriptionfinal Record.CLASS
Record.clazz
The record class (usually CLASS.IN).Modifier and TypeMethodDescriptionstatic Record.CLASS
Record.CLASS.getClass
(int value) Retrieve the symbolic DNS class for a binary class value.static Record.CLASS
Returns the enum constant of this type with the specified name.static Record.CLASS[]
Record.CLASS.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRecord
(String name, Record.TYPE type, Record.CLASS clazz, long ttl, D payloadData, boolean unicastQuery) Record
(DnsName name, Record.TYPE type, Record.CLASS clazz, long ttl, D payloadData, boolean unicastQuery)