Class NETunnelProviderRoutingMethod


  • public final class NETunnelProviderRoutingMethod
    extends java.lang.Object
    [@typedef] NETunnelProviderRoutingMethod Network traffic routing methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DestinationIP
      [@const] NETunnelProviderRoutingMethodDestinationIP Route network traffic to the tunnel based on destination IP
      static long SourceApplication
      [@const] NETunnelProviderRoutingMethodSourceApplication Route network traffic to the tunnel based on source application
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DestinationIP

        public static final long DestinationIP
        [@const] NETunnelProviderRoutingMethodDestinationIP Route network traffic to the tunnel based on destination IP
        See Also:
        Constant Field Values
      • SourceApplication

        public static final long SourceApplication
        [@const] NETunnelProviderRoutingMethodSourceApplication Route network traffic to the tunnel based on source application
        See Also:
        Constant Field Values