パッケージ org.pcap4j.packet

クラス DnsRDataA

    • メソッドの詳細

      • getAddress

        public Inet4Address getAddress()
        戻り値:
        address
      • isAddressPlainText

        public boolean isAddressPlainText()
        戻り値:
        true if the ADDRESS field is a plain text; false otherwise.
      • getBuilder

        public DnsRDataA.Builder getBuilder()
        戻り値:
        a new Builder object populated with this object's fields.
      • toString

        public String toString​(String indent,
                               byte[] headerRawData)
        定義:
        toString インタフェース内 DnsResourceRecord.DnsRData
        パラメータ:
        indent - indent
        headerRawData - the raw data of the DNS header including this RDATA.
        戻り値:
        String representation of this object.
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Object
      • equals

        public boolean equals​(Object o)
        オーバーライド:
        equals クラス内 Object