@gibme/dns
    Preparing search index...

    Class AFSDB

    Encoder for DNS AFSDB (AFS Database) resource records (Type 18).

    Maps a domain name to an AFS cell database server.

    RFC 1183 Section 1

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 18

    IANA resource record type identifier

    Methods

    • Decodes an AFSDB record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns AFSDB.Record

      the decoded AFSDB record

    • Encodes an AFSDB record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: AFSDB.Record

        the AFSDB record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void