Class nw_multipath_service_t


  • public final class nw_multipath_service_t
    extends java.lang.Object
    [@typedef] nw_multipath_service_t Multipath services represent the modes of multipath usage that are allowed for connections.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int nw_multipath_service_aggregate
      [@const] nw_multipath_service_aggregate Use all available interfaces to provide the highest throughput and lowest latency
      static int nw_multipath_service_disabled
      [@const] nw_multipath_service_disabled No multipath transport will be attempted
      static int nw_multipath_service_handover
      [@const] nw_multipath_service_handover Only use the expensive interface when the when the primary one is not available
      static int nw_multipath_service_interactive
      [@const] nw_multipath_service_interactive Use the expensive interface more aggressively to reduce latency
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nw_multipath_service_disabled

        public static final int nw_multipath_service_disabled
        [@const] nw_multipath_service_disabled No multipath transport will be attempted
        See Also:
        Constant Field Values
      • nw_multipath_service_handover

        public static final int nw_multipath_service_handover
        [@const] nw_multipath_service_handover Only use the expensive interface when the when the primary one is not available
        See Also:
        Constant Field Values
      • nw_multipath_service_interactive

        public static final int nw_multipath_service_interactive
        [@const] nw_multipath_service_interactive Use the expensive interface more aggressively to reduce latency
        See Also:
        Constant Field Values
      • nw_multipath_service_aggregate

        public static final int nw_multipath_service_aggregate
        [@const] nw_multipath_service_aggregate Use all available interfaces to provide the highest throughput and lowest latency
        See Also:
        Constant Field Values