Class DnsMessage

java.lang.Object
com.qiniu.android.dns.local.DnsMessage

public final class DnsMessage
extends java.lang.Object
reference github/rtreffer/minidns.
  • Constructor Summary

    Constructors 
    Constructor Description
    DnsMessage()  
  • Method Summary

    Modifier and Type Method Description
    static byte[] buildQuery​(java.lang.String domain, int id)  
    static Record[] parseResponse​(byte[] response, int id, java.lang.String domain)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • buildQuery

      public static byte[] buildQuery​(java.lang.String domain, int id)
    • parseResponse

      public static Record[] parseResponse​(byte[] response, int id, java.lang.String domain) throws java.io.IOException
      Throws:
      java.io.IOException