Class DnsRCode
- All Implemented Interfaces:
Serializable, Comparable<DnsRCode>
DNS RCODE
- Since:
- pcap4j 1.7.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DnsRCodeFormat Error: 1static final DnsRCodeNo Error: 0static final DnsRCodeNot Authorized: 9static final DnsRCodeNot Implemented: 4static final DnsRCodeName not contained in zone: 10static final DnsRCodeNon-Existent Domain: 3static final DnsRCodeRR Set that should exist does not: 8static final DnsRCodeQuery Refused: 5private static final longstatic final DnsRCodeServer Failure: 2static final DnsRCodeName Exists when it should not: 6static final DnsRCodeRR Set Exists when it should not: 7 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NamedNumber
equals, hashCode, name, toString, value, valueAsString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
NO_ERROR
No Error: 0 -
FORM_ERR
Format Error: 1 -
SERV_FAIL
Server Failure: 2 -
NX_DOMAIN
Non-Existent Domain: 3 -
NOT_IMP
Not Implemented: 4 -
REFUSED
Query Refused: 5 -
YX_DOMAIN
Name Exists when it should not: 6 -
YX_RR_SET
RR Set Exists when it should not: 7 -
NX_RR_SET
RR Set that should exist does not: 8 -
NOT_AUTH
Not Authorized: 9 -
NOT_ZONE
Name not contained in zone: 10 -
registry
-
-
Constructor Details
-
DnsRCode
-
-
Method Details
-
getInstance
-
register
-
compareTo
- Specified by:
compareToin interfaceComparable<DnsRCode>- Specified by:
compareToin classNamedNumber<Byte,DnsRCode>
-