| Copyright | (c) Viktor Dukhovni 2026 |
|---|---|
| License | BSD-3-Clause |
| Maintainer | ietf-dane@dukhovni.org |
| Stability | unstable |
| Safe Haskell | None |
| Language | GHC2024 |
Net.DNSBase.RRCLASS
Contents
Description
DNS resource class numbers
DNS query or resource record class.
Bundled Patterns
| pattern ANYCLASS :: RRCLASS | ANYCLASS (valid only as a query class), https://tools.ietf.org/html/rfc1035#section-3.2.5 |
| pattern CHAOS :: RRCLASS | CHAOS class, https://tools.ietf.org/html/rfc1035#section-3.2.4 |
| pattern CS :: RRCLASS | CS class (obsolete), https://tools.ietf.org/html/rfc1035#section-3.2.4 |
| pattern HESIOD :: RRCLASS | HESIOD class, https://tools.ietf.org/html/rfc1035#section-3.2.4 |
| pattern IN :: RRCLASS | |
| pattern NONE :: RRCLASS | NONE class (Only used in the update protocol), https://tools.ietf.org/html/rfc2136 |
Instances
| Presentable RRCLASS Source # | |
Defined in Net.DNSBase.Internal.RRCLASS Methods present :: RRCLASS -> Builder -> Builder Source # presentLazy :: RRCLASS -> ByteString -> ByteString Source # | |
| Bounded RRCLASS Source # | |
| Enum RRCLASS Source # | |
| Num RRCLASS Source # | |
| Read RRCLASS Source # | |
| Integral RRCLASS Source # | |
Defined in Net.DNSBase.Internal.RRCLASS | |
| Real RRCLASS Source # | |
Defined in Net.DNSBase.Internal.RRCLASS Methods toRational :: RRCLASS -> Rational # | |
| Show RRCLASS Source # | |
| Eq RRCLASS Source # | |
| Ord RRCLASS Source # | |
Defined in Net.DNSBase.Internal.RRCLASS | |