Class NWPathStatus


  • public final class NWPathStatus
    extends java.lang.Object
    [@typedef] NWPathStatus Path status values
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Invalid
      [@const] NWPathStatusInvalid The path cannot be evaluated.
      static long Satisfiable
      [@const] NWPathStatusSatisfiable The path may become satisfied upon a connection attempt.
      static long Satisfied
      [@const] NWPathStatusSatisfied The path is ready to be used for traffic.
      static long Unsatisfied
      [@const] NWPathStatusUnsatisfied The network for this connection is not available.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Invalid

        public static final long Invalid
        [@const] NWPathStatusInvalid The path cannot be evaluated.
        See Also:
        Constant Field Values
      • Satisfied

        public static final long Satisfied
        [@const] NWPathStatusSatisfied The path is ready to be used for traffic.
        See Also:
        Constant Field Values
      • Unsatisfied

        public static final long Unsatisfied
        [@const] NWPathStatusUnsatisfied The network for this connection is not available.
        See Also:
        Constant Field Values
      • Satisfiable

        public static final long Satisfiable
        [@const] NWPathStatusSatisfiable The path may become satisfied upon a connection attempt.
        See Also:
        Constant Field Values