パッケージ org.pcap4j.packet

クラス DnsRDataMInfo

  • すべての実装されたインタフェース:
    Serializable, DnsResourceRecord.DnsRData

    public final class DnsRDataMInfo
    extends Object
    implements DnsResourceRecord.DnsRData
    DNS MINFO RDATA
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
     /                    RMAILBX                    /
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
     /                    EMAILBX                    /
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
    
     where:
    
     RMAILBX         A <domain-name> which specifies a mailbox which is
                     responsible for the mailing list or mailbox.  If this
                     domain name names the root, the owner of the MINFO RR is
                     responsible for itself.  Note that many existing mailing
                     lists use a mailbox X-request for the RMAILBX field of
                     mailing list X, e.g., Msgroup-request for Msgroup.  This
                     field provides a more general mechanism.
    
    
     EMAILBX         A <domain-name> which specifies a mailbox which is to
                     receive error messages related to the mailing list or
                     mailbox specified by the owner of the MINFO RR (similar
                     to the ERRORS-TO: field which has been proposed).  If
                     this domain name names the root, errors should be
                     returned to the sender of the message.
     
    導入されたバージョン:
    pcap4j 1.7.1
    作成者:
    Kaito Yamada
    関連項目:
    RFC 1035, 直列化された形式