Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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