Class DnsOpCode

    • Field Detail

      • QUERY

        public static final DnsOpCode QUERY
        The 'Query' DNS OpCode, as defined in RFC1035.
      • IQUERY

        public static final DnsOpCode IQUERY
        The 'IQuery' DNS OpCode, as defined in RFC1035.
      • STATUS

        public static final DnsOpCode STATUS
        The 'Status' DNS OpCode, as defined in RFC1035.
      • NOTIFY

        public static final DnsOpCode NOTIFY
        The 'Notify' DNS OpCode, as defined in RFC1996.
      • UPDATE

        public static final DnsOpCode UPDATE
        The 'Update' DNS OpCode, as defined in RFC2136.
    • Constructor Detail

      • DnsOpCode

        public DnsOpCode​(int byteValue,
                         String name)