Class DnsClass
- All Implemented Interfaces:
Serializable, Comparable<DnsClass>
DNS Class
- Since:
- pcap4j 1.7.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
IN
Internet (IN): 1 -
CH
Chaos (CH): 3 -
HS
Hesiod (HS): 4 -
NONE
NONE: 254 -
ANY
ANY: 255 -
registry
-
-
Constructor Details
-
DnsClass
-
-
Method Details
-
getInstance
-
register
-
valueAsString
- Overrides:
valueAsStringin classNamedNumber<Short,DnsClass> - Returns:
- a string representation of this value.
-
compareTo
- Specified by:
compareToin interfaceComparable<DnsClass>- Specified by:
compareToin classNamedNumber<Short,DnsClass>
-