Uses of Enum
org.minidns.record.Record.CLASS
Packages that use Record.CLASS
-
Uses of Record.CLASS in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage declared as Record.CLASSModifier and TypeFieldDescriptionfinal Record.CLASS
Question.clazz
The question class (usually IN for Internet).Constructors in org.minidns.dnsmessage with parameters of type Record.CLASSModifierConstructorDescriptionQuestion
(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
Fields in org.minidns.record declared as Record.CLASSModifier and TypeFieldDescriptionfinal Record.CLASS
Record.clazz
The record class (usually CLASS.IN).Methods in org.minidns.record that return Record.CLASSModifier 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.Constructors in org.minidns.record with parameters of type Record.CLASSModifierConstructorDescriptionRecord
(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)