Package apple.network.enums
Class nw_report_resolution_protocol_t
- java.lang.Object
-
- apple.network.enums.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 Summary
Fields Modifier and Type Field Description static intnw_report_resolution_protocol_https[@const] nw_report_resolution_protocol_https Resolution used DNS over HTTPSstatic intnw_report_resolution_protocol_tcp[@const] nw_report_resolution_protocol_tcp Resolution used DNS over TCPstatic intnw_report_resolution_protocol_tls[@const] nw_report_resolution_protocol_tls Resolution used DNS over TLSstatic intnw_report_resolution_protocol_udp[@const] nw_report_resolution_protocol_udp Resolution used DNS over UDPstatic intnw_report_resolution_protocol_unknown[@const] nw_report_resolution_protocol_unknown The protocol used is not known, or not applicable
-
-
-
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
-
-