Package apple.network.enums
Class nw_parameters_expired_dns_behavior_t
- java.lang.Object
-
- apple.network.enums.nw_parameters_expired_dns_behavior_t
-
public final class nw_parameters_expired_dns_behavior_t extends java.lang.Object[@typedef] nw_parameters_expired_dns_behavior_t Expired DNS behavior defines whether or not a connection will allow the use of expired DNS answers during connection establishment.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_parameters_expired_dns_behavior_allow[@const] nw_parameters_expired_dns_behavior_allow Explicitly allow the use of expired DNS answersstatic intnw_parameters_expired_dns_behavior_default[@const] nw_parameters_expired_dns_behavior_default Let the system determine whether or not to allow expired DNS answersstatic intnw_parameters_expired_dns_behavior_prohibit[@const] nw_parameters_expired_dns_behavior_allow Explicitly prohibit the use of expired DNS answers
-
-
-
Field Detail
-
nw_parameters_expired_dns_behavior_default
public static final int nw_parameters_expired_dns_behavior_default
[@const] nw_parameters_expired_dns_behavior_default Let the system determine whether or not to allow expired DNS answers- See Also:
- Constant Field Values
-
nw_parameters_expired_dns_behavior_allow
public static final int nw_parameters_expired_dns_behavior_allow
[@const] nw_parameters_expired_dns_behavior_allow Explicitly allow the use of expired DNS answers- See Also:
- Constant Field Values
-
nw_parameters_expired_dns_behavior_prohibit
public static final int nw_parameters_expired_dns_behavior_prohibit
[@const] nw_parameters_expired_dns_behavior_allow Explicitly prohibit the use of expired DNS answers- See Also:
- Constant Field Values
-
-