Safe Haskell | None |
---|---|
Language | Haskell2010 |
Resolve.DNS.Types
Documentation
data DNSException where Source #
Constructors
DNSException :: Exception e => e -> DNSException |
Instances
dnsExceptionToException :: Exception e => e -> SomeException Source #
dnsExceptionFromException :: Typeable * b => SomeException -> Maybe b Source #
type LABEL = ByteString Source #
qclass_word :: [(QCLASS, Word16)] Source #
class_word :: [(CLASS, Word16)] Source #
qtype_word :: [(QTYPE, Word16)] Source #
opcode_word :: [(OPCODE, BV)] Source #
rcode_word :: [(RCODE, BV)] Source #
Constructors
Message | |
Constructors
Header | |