@gibme/dns
    Preparing search index...

    Class RP

    Encoder for DNS RP (Responsible Person) resource records (Type 17).

    Identifies the responsible person for a domain name.

    RFC 1183 Section 2

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Returns RP

    Properties

    type: number = 17

    IANA resource record type identifier

    Methods

    • Decodes an RP record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns RP.Record

      the decoded RP record

    • Encodes an RP record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: RP.Record

        the RP record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void