Class nw_report_resolution_protocol_t


  • public final class nw_report_resolution_protocol_t
    extends java.lang.Object
    [@typedef] nw_report_resolution_protocol_t The protocol used for endpoint resolution.
    • Field Detail

      • nw_report_resolution_protocol_unknown

        public static final int nw_report_resolution_protocol_unknown
        [@const] nw_report_resolution_protocol_unknown The protocol used is not known, or not applicable
        See Also:
        Constant Field Values
      • nw_report_resolution_protocol_udp

        public static final int nw_report_resolution_protocol_udp
        [@const] nw_report_resolution_protocol_udp Resolution used DNS over UDP
        See Also:
        Constant Field Values
      • nw_report_resolution_protocol_tcp

        public static final int nw_report_resolution_protocol_tcp
        [@const] nw_report_resolution_protocol_tcp Resolution used DNS over TCP
        See Also:
        Constant Field Values
      • nw_report_resolution_protocol_tls

        public static final int nw_report_resolution_protocol_tls
        [@const] nw_report_resolution_protocol_tls Resolution used DNS over TLS
        See Also:
        Constant Field Values
      • nw_report_resolution_protocol_https

        public static final int nw_report_resolution_protocol_https
        [@const] nw_report_resolution_protocol_https Resolution used DNS over HTTPS
        See Also:
        Constant Field Values