Class DnsResponse

java.lang.Object
org.eblocker.server.common.data.dns.DnsResponse

public class DnsResponse extends Object
  • Constructor Details

    • DnsResponse

      public DnsResponse()
    • DnsResponse

      public DnsResponse(Integer status)
    • DnsResponse

      public DnsResponse(Integer status, io.netty.handler.codec.dns.DnsRecordType recordType, IpAddress ipAddress, String name)
  • Method Details

    • getRecordType

      public io.netty.handler.codec.dns.DnsRecordType getRecordType()
    • getStatus

      public Integer getStatus()
    • getName

      public String getName()
    • getIpAddress

      public IpAddress getIpAddress()